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: ac32f4866b6cc4792689b8f233d4e7c82f02da58 (plain)
1
2
3
4
5
6
7
8
9
10
11
%h3.page-title
  = @snippet.title

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