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
2012-01-03 16:18:32 +00:00

6 lines
182 B
Plaintext

<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) %>