BigW Consortium Gitlab

note_commit_email.html.haml 208 Bytes
Newer Older
1 2 3 4
%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'
gitlabhq committed
5