gitlabhq/app/views/notify/note_wall_email.html.haml

6 lines
133 B
Plaintext
Raw Normal View History

2013-03-12 09:46:04 +01:00
%p
New message on
2013-03-19 13:39:32 +01:00
= link_to "Project Wall", project_wall_url(@note.project, anchor: "note_#{@note.id}")
2013-03-12 09:46:04 +01:00
= render 'note_message'