summaryrefslogtreecommitdiff
path: root/app/views/notify/note_commit_email.text.erb
blob: a1ef98580210b889c105aea461fdbe0f92e1c5da (plain)
1
2
3
4
5
6
7
8
9
New comment for Commit <%= @commit.short_id %>

<%= url_for(namespace_project_commit_url(@note.project.namespace, @note.project, id: @commit.id, anchor: "note_#{@note.id}")) %>

<% if current_application_settings.email_author_in_body %>
  <%= @note.author_name %> wrote:
<% end %>

<%= @note.note %>