summaryrefslogtreecommitdiff
path: root/app/views/snippets/user_index.html.haml
blob: 23700eb39dafc6910859ddefac764f4734edd733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- page_title "Snippets", @user.name
%h3.page-title
  = image_tag avatar_icon(@user.email), class: "avatar s24"
  = @user.name
  %span
    \/
    Snippets
  - if current_user
    = link_to new_snippet_path, class: "btn btn-sm add_new pull-right", title: "New Snippet" do
      Add new snippet

%hr

= render 'snippets'