BigW Consortium Gitlab

show.html.haml 330 Bytes
Newer Older
1
%h3.page_title
Dmitriy Zaporozhets committed
2
  %i.icon-lock.cgreen
3 4
  = @snippet.title

Dmitriy Zaporozhets committed
5 6 7 8 9 10
  %small.pull-right
    = "##{@snippet.id}"
    %span.light
      by
      = image_tag gravatar_icon(@snippet.author_email), class: "avatar avatar-inline s16"
      = @snippet.author_name
11
%br
12
%div= render 'projects/snippets/blob'
13
%div#notes= render "notes/notes_with_form"