Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « snippets « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d5b334c9e904ca28d9519f4d465cbbb10d36f930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%h3.page-title
  %i.icon-lock.cgreen
  = @snippet.title

  %small.pull-right
    = "##{@snippet.id}"
    %span.light
      by
      = image_tag gravatar_icon(@snippet.author_email), class: "avatar avatar-inline s16"
      = @snippet.author_name
%br
%div= render 'projects/snippets/blob'
%div#notes= render "projects/notes/notes_with_form"