@@ -1,11 +1,11 | |||||
1 | <% if @notes %> |
|
1 | <% if @notes %> | |
2 |
|
|
2 | <fieldset class="preview"><legend><%= l(:field_notes) %></legend> | |
3 |
|
|
3 | <%= textilizable @notes, :attachments => @attachements, :object => @issue %> | |
4 |
|
|
4 | </fieldset> | |
5 | <% end %> |
|
5 | <% end %> | |
6 |
|
6 | |||
7 | <% if @description %> |
|
7 | <% if @description %> | |
8 |
|
|
8 | <fieldset class="preview"><legend><%= l(:field_description) %></legend> | |
9 |
|
|
9 | <%= textilizable @description, :attachments => @attachements, :object => @issue %> | |
10 |
|
|
10 | </fieldset> | |
11 | <% end %> |
|
11 | <% end %> |
General Comments 0
You need to be logged in to leave comments.
Login now