debian-mirror-gitlab/app/views/projects/snippets/index.html.haml

14 lines
355 B
Text
Raw Normal View History

2015-09-11 14:41:01 +05:30
- page_title "Snippets"
2015-09-25 12:07:36 +05:30
= render "header_title"
2016-06-02 11:05:42 +05:30
.row-content-block.top-block
2015-11-26 14:37:03 +05:30
.pull-right
= link_to new_namespace_project_snippet_path(@project.namespace, @project), class: "btn btn-new", title: "New Snippet" do
= icon('plus')
New Snippet
2014-09-02 18:07:02 +05:30
2015-11-26 14:37:03 +05:30
.oneline
Share code pastes with others out of git repository
2014-09-02 18:07:02 +05:30
2015-11-26 14:37:03 +05:30
= render 'snippets/snippets'