rename omytask to Taskile

This commit is contained in:
Kesin 2015-09-26 10:03:51 +08:00
parent 26edd50cd2
commit 1aece5901b
1 changed files with 3 additions and 4 deletions

View File

@ -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