gitlab-org--gitlab-foss/app/views/snippets/user_index.html.haml
Dmitriy Zaporozhets 0d8ad2dd63
Cleanup snippets index pages
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-08-20 12:48:11 +02:00

13 lines
239 B
Text

- page_title "Snippets", @user.name
%ol.breadcrumb
%li
= link_to snippets_path do
Snippets
%li
= @user.name
.pull-right.hidden-xs
= link_to user_path(@user) do
#{@user.name} profile page
= render 'snippets'