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