added text-templates for mail notification
This commit is contained in:
parent
6682689ab2
commit
7ed0878654
12 changed files with 87 additions and 0 deletions
9
app/views/notify/note_commit_email.text.erb
Normal file
9
app/views/notify/note_commit_email.text.erb
Normal file
|
@ -0,0 +1,9 @@
|
|||
New comment for Commit <%= @commit.short_id %>
|
||||
|
||||
<%= url_for(project_commit_url(@note.project, id: @commit.id, anchor: "note_#{@note.id}")) %>
|
||||
|
||||
|
||||
Author: <%= @note.author_name %>
|
||||
|
||||
<%= @note.note %>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue