summaryrefslogtreecommitdiff
path: root/app/views/snippets/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/snippets/index.html.haml')
-rw-r--r--app/views/snippets/index.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/snippets/index.html.haml b/app/views/snippets/index.html.haml
index 7e4918a6085..aad3db7dec4 100644
--- a/app/views/snippets/index.html.haml
+++ b/app/views/snippets/index.html.haml
@@ -1,13 +1,13 @@
-- page_title "By #{@user.name}", "Snippets"
+- page_title "属于 #{@user.name}", "代码片段"
%ol.breadcrumb
%li
= link_to snippets_path do
- Snippets
+ 代码片段
%li
= @user.name
.pull-right.hidden-xs
= link_to user_path(@user) do
- #{@user.name} profile page
+ #{@user.name} 个人资料页面
= render 'snippets'