gitlabhq/app/views/notify/note_commit_email.html.haml

6 lines
208 B
Plaintext
Raw Normal View History

2013-03-12 09:46:04 +01:00
%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'
2011-10-08 23:36:38 +02:00