2013-07-13 01:45:48 -04:00
|
|
|
%h3.page-title
|
2013-03-23 15:13:51 -04:00
|
|
|
= @snippet.title
|
|
|
|
|
2013-06-05 15:25:27 -04:00
|
|
|
%small.pull-right
|
|
|
|
= "##{@snippet.id}"
|
|
|
|
%span.light
|
|
|
|
by
|
|
|
|
= image_tag gravatar_icon(@snippet.author_email), class: "avatar avatar-inline s16"
|
|
|
|
= @snippet.author_name
|
2013-03-24 14:31:14 -04:00
|
|
|
%div= render 'projects/snippets/blob'
|
2013-06-23 12:47:22 -04:00
|
|
|
%div#notes= render "projects/notes/notes_with_form"
|