6 lines
182 B
Plaintext
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) %>
|