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

14 lines
247 B
Text
Raw Normal View History

2015-09-25 12:07:36 +05:30
- page_title "By #{@user.name}", "Snippets"
%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
2014-09-02 18:07:02 +05:30
= render 'snippets'