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

16 lines
356 B
Plaintext
Raw Normal View History

%h3.page-title
2013-03-24 18:18:39 -04:00
Public snippets
2013-06-18 10:43:49 -04:00
.pull-right
= link_to new_snippet_path, class: "btn btn-new btn-grouped", title: "New Snippet" do
2013-06-18 10:43:49 -04:00
Add new snippet
= link_to user_snippets_path(current_user), class: "btn btn-grouped" do
2013-06-18 10:43:49 -04:00
My snippets
2011-12-07 18:35:57 -05:00
%p.light
Public snippets created by you and other users are listed here
%hr
2013-07-18 06:33:43 -04:00
= render 'snippets'
2013-03-24 18:18:39 -04:00