summaryrefslogtreecommitdiff
path: root/app/views/snippets/show.html.haml
blob: 612d7b65d8d193f46d7abf27cc54d64365429087 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- page_title @snippet.title, "Snippets"
= render 'shared/snippets/header'

.file-holder
  .file-title
    %i.fa.fa-file
    %strong
      = @snippet.file_name
    .file-actions
      .btn-group
        = link_to 'Raw', raw_snippet_path(@snippet), class: "btn btn-sm", target: "_blank"
  = render 'shared/snippets/blob'