summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets/index.html.haml
blob: f8bf92e66200451dd238b63ad44e2d1d9111f355 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- 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: "新代码片段" do
      = icon('plus')
      新代码片段

  .oneline
    在 git 版本仓库外共享代码

= render 'snippets/snippets'