summaryrefslogtreecommitdiff
path: root/app/views/snippets/index.html.haml
blob: 9b4a7dbe68dd4f91d8c82df81a101858c8c17dc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- page_title "By #{@user.name}", "Snippets"

%ol.breadcrumb
  %li.breadcrumb-item
    = link_to snippets_path do
      Snippets
  %li.breadcrumb-item
    = @user.name
  .float-right.d-none.d-sm-block
    = link_to user_path(@user) do
      #{@user.name} profile page

= render 'snippets'