gitlab-org--gitlab-foss/app/views/snippets/user_index.html.haml
Dmitriy Zaporozhets e7bcbb95c8 Restyle snippets
2013-06-05 22:25:27 +03:00

13 lines
324 B
Text

%h3.page_title
= image_tag gravatar_icon(@user.email), class: "avatar s24"
= @user.name
%span
\/
Snippets
%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
%hr
= render 'snippets'