debian-mirror-gitlab/app/views/snippets/index.html.haml

14 lines
288 B
Text
Raw Normal View History

2015-09-25 12:07:36 +05:30
- page_title "By #{@user.name}", "Snippets"
%ol.breadcrumb
2018-11-08 19:23:39 +05:30
%li.breadcrumb-item
2015-09-25 12:07:36 +05:30
= link_to snippets_path do
Snippets
2018-11-08 19:23:39 +05:30
%li.breadcrumb-item
2015-09-25 12:07:36 +05:30
= @user.name
2018-11-08 19:23:39 +05:30
.float-right.d-none.d-sm-block
2015-09-25 12:07:36 +05:30
= link_to user_path(@user) do
#{@user.name} profile page
2014-09-02 18:07:02 +05:30
= render 'snippets'