diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index c629937..ea94c95 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -5,7 +5,7 @@ %meta{:charset => "utf-8"}/ %meta{:content => "IE=Edge,chrome=1", "http-equiv" => "X-UA-Compatible"}/ %meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"}/ - %title= content_for?(:title) ? yield(:title) : "OMyTask - 个人任务管理工具" + %title= content_for?(:title) ? yield(:title) : "Taskile - 个人任务管理工具" = csrf_meta_tags / Le HTML5 shim, for IE6-8 support of HTML elements /[if lt IE 9] @@ -36,7 +36,7 @@ %span.icon-bar %span.icon-bar %span.icon-bar - %a.navbar-brand{:href => "/"} OMyTask + %a.navbar-brand{:href => "/"} Taskile #navbar.navbar-collapse.collapse{"aria-expanded" => "false", :style => "height: 1px;"} %form.navbar-form.navbar-right .form-group @@ -51,5 +51,4 @@ %footer .container - %p © OMyTask - Authored By @Zoker | Github | Git@OSC - / /container + %p © Taskile - Authored By @Zoker | Github | Git@OSC