Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #2711

Merged
merged 7 commits into from
Sep 15, 2019
Merged

Develop #2711

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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