blob: 36161c5706ca9222122f936ed028e96a3d5541de (
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"
|