issue.html.erb
11 lines
| 395 B
| text/plain
|
TextLexer
|
r3509 | <% if @notes %> | ||
|
r7277 | <fieldset class="preview"><legend><%= l(:field_notes) %></legend> | ||
|
r10748 | <%= textilizable @notes, :attachments => @attachments, :object => @issue %> | ||
|
r7277 | </fieldset> | ||
|
r3509 | <% end %> | ||
<% if @description %> | ||||
|
r7277 | <fieldset class="preview"><legend><%= l(:field_description) %></legend> | ||
|
r10748 | <%= textilizable @description, :attachments => @attachments, :object => @issue %> | ||
|
r7277 | </fieldset> | ||
|
r3509 | <% end %> | ||