gitlab-org--gitlab-foss/app/views/snippets/index.html.haml

12 lines
256 B
Plaintext
Raw Normal View History

2013-03-15 12:20:03 +00:00
%h3.page_title
2013-03-24 22:18:39 +00:00
Public snippets
2013-03-15 12:20:03 +00:00
%small share code pastes with others out of git repository
= link_to new_snippet_path, class: "btn btn-small add_new pull-right", title: "New Snippet" do
Add new snippet
2011-12-07 23:35:57 +00:00
%hr
.row
2013-03-24 22:18:39 +00:00
.span12
= render 'snippets'
2013-03-24 22:18:39 +00:00