This repository has been archived on 2024-12-01. You can view files and clone it, but cannot push or open issues or pull requests.
redmine_rodax_crm/app/views/mailer/note_added.text.html.rhtml

6 lines
182 B
Plaintext
Raw Normal View History

<h1><%=h @note.source.project.name %>: <%= link_to(h(@note.source.name), @note_url) %></h1>
<em><%=h @note.author %></em>
<%= textilizable(@note, :content, :only_path => false) %>