gitlab-org--gitlab-foss/app/views/snippets/index.html.haml
2013-06-18 17:43:49 +03:00

15 lines
385 B
Text

%h3.page_title
Public snippets
%small share code pastes with others out of git repository
.pull-right
= link_to new_snippet_path, class: "btn btn-small add_new grouped btn-primary", title: "New Snippet" do
Add new snippet
= link_to user_snippets_path(current_user), class: "btn btn-small grouped" do
My snippets
%hr
.row
.span12
= render 'snippets'