comparison app/views/previews/issue.html.erb @ 909:cbb26bc654de redmine-1.3

Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author Chris Cannam
date Fri, 24 Feb 2012 19:09:32 +0000
parents 1d32c0a0efbf
children 622f24f53b42
comparison
equal deleted inserted replaced
908:c6c2cbd0afee 909:cbb26bc654de
1 <% if @notes %> 1 <% if @notes %>
2 <fieldset class="preview"><legend><%= l(:field_notes) %></legend> 2 <fieldset class="preview"><legend><%= l(:field_notes) %></legend>
3 <%= textilizable @notes, :attachments => @attachements, :object => @issue %> 3 <%= textilizable @notes, :attachments => @attachements, :object => @issue %>
4 </fieldset> 4 </fieldset>
5 <% end %> 5 <% end %>
6 6
7 <% if @description %> 7 <% if @description %>
8 <fieldset class="preview"><legend><%= l(:field_description) %></legend> 8 <fieldset class="preview"><legend><%= l(:field_description) %></legend>
9 <%= textilizable @description, :attachments => @attachements, :object => @issue %> 9 <%= textilizable @description, :attachments => @attachements, :object => @issue %>
10 </fieldset> 10 </fieldset>
11 <% end %> 11 <% end %>