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

.file-holder
  .file-title
    %i.fa.fa-file
    %strong
      = @snippet.file_name
    .file-actions
      .btn-group
        = link_to 'Raw', raw_namespace_project_snippet_path(@project.namespace, @project, @snippet), class: "btn btn-sm", target: "_blank"

  = render 'shared/snippets/blob'
%div#notes= render "projects/notes/notes_with_form"