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