templates/app/views/layouts/hq/application.html.haml.erb in cybele-1.9.0 vs templates/app/views/layouts/hq/application.html.haml.erb in cybele-1.9.1

- old
+ new

@@ -2,14 +2,14 @@ /[if IE 8] <html class="no-js lt-ie10 lt-ie9" lang="en-us"> /[if IE 9] <html class="no-js lt-ie10 lt-ie9" lang="en-us"> /[if lt IE 10] <html class="no-js lt-ie10" lang="en-us"> %html{lang: I18n.locale, class: 'no-js'} %head - %title= content_for?(:title) ? "#{yield(:title)} - <%= app_name %>" : '<%= app_name %>' + %title= content_for?(:title) ? "#{yield(:title)} - <%= app_name.capitalize %>" : '<%= app_name.capitalize %>' %meta(http-equiv="content-type" content="text/html" charset="utf-8") %meta(http-equiv="x-ua-compatible" content="ie=edge,chrome=1") - %meta(name="description" content="<%= app_name %>") - %meta(name="author" content="<%= app_name %>") + %meta(name="description" content="<%= app_name.capitalize %>") + %meta(name="author" content="<%= app_name.capitalize %>") %meta{content: 'initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width', name: 'viewport'} %meta(name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1" media="(device-height: 568px)") %meta(name='apple-mobile-web-app-capable' content='yes') %meta(name='apple-mobile-web-app-status-bar-style' content='translucent-black') \ No newline at end of file