Skip to content

Commit

Permalink
Merge pull request #2711 from cenit-io/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
sanchojaf committed Sep 15, 2019
2 parents d8398dc + 99ec2f7 commit 3d51f6f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions app/views/home/_help_links.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
= t('help.label')
%span.caret
%ul#help-menu.dropdown-menu
%li
=link_to 'https://cenit-io.github.io/docs', target: '_blank' do
%i.fa.fa-fw.fa-file{title: 'docs'}
%span='docs'
%li
=link_to (ENV['SLACK_INVITATION'] || 'http://cenit-slack.herokuapp.com'), target: '_blank' do
%i.fa.fa-fw.fa-slack{title: 'join our slack'}
Expand Down
2 changes: 2 additions & 0 deletions app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
%meta{content: "text/html; charset=utf-8", "http-equiv" => "Content-Type"}
%meta{content: "NONE,NOARCHIVE", name: "robots"}
%meta{content: "width=device-width,initial-scale=1", name: "viewport"}
%meta{name: "description", content: 'Orchestrate data flows that may involve several APIs. Automate operational processes, connecting on-premises and cloud services.'}
%title= 'Cenit IO | open integration Platform(iPaaS)'
= csrf_meta_tag
= stylesheet_link_tag 'application', media: :all
%body.rails_admin
Expand Down
2 changes: 2 additions & 0 deletions app/views/layouts/cenit.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
%meta{content: "IE=edge", "http-equiv" => "X-UA-Compatible"}
%meta{content: "text/html; charset=utf-8", "http-equiv" => "Content-Type"}
%meta{content: "NONE,NOARCHIVE", name: "robots"}
%meta{name: "description", content: 'Orchestrate data flows that may involve several APIs. Automate operational processes, connecting on-premises and cloud services.'}
%title= 'Cenit IO | open integration Platform(iPaaS)'
= csrf_meta_tag
= stylesheet_link_tag "application.css", media: :all
= stylesheet_link_tag "rails_admin/rails_admin.css", media: :all
Expand Down
4 changes: 2 additions & 2 deletions app/views/layouts/rails_admin/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
%head
%meta{content: "IE=edge", 'http-equiv' => "X-UA-Compatible"}
%meta{content: "text/html; charset=utf-8", 'http-equiv' => "Content-Type"}
%meta{name: "description", content: 'iPaaS - Cenit IO has been designed to orchestrate data flows that may involve several APIs. It makes possible the automation of all operational processes in a company, connecting between on-premises infrastructure and cloud services.'}
%title= 'Cenit IO | Open Platform for Data and Business Integration (iPaaS)'
%meta{name: "description", content: 'Orchestrate data flows that may involve several APIs. Automate operational processes, connecting on-premises and cloud services.'}
%title= 'Cenit IO | open integration Platform(iPaaS)'
= csrf_meta_tag
- Cenit.options.keys.grep(/js:source\Z/).each do |source_key|
%script{src: Cenit[source_key]}
Expand Down
4 changes: 2 additions & 2 deletions app/views/layouts/rails_admin/application_notebooks.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
%head
%meta{content: "IE=edge", 'http-equiv' => "X-UA-Compatible"}
%meta{content: "text/html; charset=utf-8", 'http-equiv' => "Content-Type"}
%meta{name: "description", content: 'iPaaS - Cenit IO has been designed to orchestrate data flows that may involve several APIs. It makes possible the automation of all operational processes in a company, connecting between on-premises infrastructure and cloud services.'}
%title= 'Cenit IO | Open Platform for Data and Business Integration (iPaaS)'
%meta{name: "description", content: 'Orchestrate data flows that may involve several APIs. Automate operational processes, connecting on-premises and cloud services.'}
%title= 'Cenit IO | open integration Platform(iPaaS)'
= csrf_meta_tag
= stylesheet_link_tag 'rails_admin/rails_admin.css', media: :all
-# Initialize JS simple i18n
Expand Down

0 comments on commit 3d51f6f

Please sign in to comment.