summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/snippets/index.html.haml')
-rw-r--r--app/views/projects/snippets/index.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/projects/snippets/index.html.haml b/app/views/projects/snippets/index.html.haml
index 4af963e14da..f8bf92e6620 100644
--- a/app/views/projects/snippets/index.html.haml
+++ b/app/views/projects/snippets/index.html.haml
@@ -1,13 +1,13 @@
-- page_title "Snippets"
+- page_title "代码片段"
= render "header_title"
.gray-content-block.top-block
.pull-right
- = link_to new_namespace_project_snippet_path(@project.namespace, @project), class: "btn btn-new", title: "New Snippet" do
+ = link_to new_namespace_project_snippet_path(@project.namespace, @project), class: "btn btn-new", title: "新代码片段" do
= icon('plus')
- New Snippet
+ 新代码片段
.oneline
- Share code pastes with others out of git repository
+ 在 git 版本仓库外共享代码
= render 'snippets/snippets'