summaryrefslogtreecommitdiff
path: root/app/views/notify/note_commit_email.text.erb
blob: dc764b61659e35edbe2071450ad8d69608badb92 (plain)
1
2
3
4
<% url = url_for(namespace_project_commit_url(@note.project.namespace, @note.project, id: @commit.id, anchor: "note_#{@note.id}")) %>

New comment for Commit <%= @commit.short_id -%>
<%= render partial: 'note_mr_or_commit_email', locals: { url: url } %>