gitlabhq/app/views/notify/note_commit_email.html.haml
2013-03-12 10:46:04 +02:00

6 lines
208 B
Plaintext

%p
= "New comment for Commit #{@commit.short_id}"
= link_to_gfm truncate(@commit.title, length: 16), project_commit_url(@note.project, id: @commit.id, anchor: "note_#{@note.id}")
= render 'note_message'