gitlab-org--gitlab-foss/app/views/notify/note_commit_email.html.haml

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'