_issue.html.erb
5 lines
| 208 B
| text/plain
|
TextLexer
|
r3338 | <h1><%= link_to(h("#{issue.tracker.name} ##{issue.id}: #{issue.subject}"), issue_url) %></h1> | ||
|
r712 | |||
|
r11895 | <%= render_email_issue_attributes(issue, true) %> | ||
|
r712 | |||
|
r8903 | <%= textilizable(issue, :description, :only_path => false) %> | ||