summaryrefslogtreecommitdiff
path: root/app/views/notify/note_commit_email.text.erb
blob: 715e58af61cdf941cb872e5ea2b9c2993d2b902e (plain)
1
2
3
4
5
6
7
8
9
10
11
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}")) %>

<%= render 'simple_diff' if @discussion %>

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

<%= @note.note %>