Mercurial > hg > soundsoftware-site
annotate .svn/pristine/a2/a2f5d2cfdb3401fa081b47084d01e011e03ca83c.svn-base @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | |
children |
rev | line source |
---|---|
Chris@1295 | 1 <% if @notes %> |
Chris@1295 | 2 <fieldset class="preview"><legend><%= l(:field_notes) %></legend> |
Chris@1295 | 3 <%= textilizable @notes, :attachments => @attachments, :object => @issue %> |
Chris@1295 | 4 </fieldset> |
Chris@1295 | 5 <% end %> |
Chris@1295 | 6 |
Chris@1295 | 7 <% if @description %> |
Chris@1295 | 8 <fieldset class="preview"><legend><%= l(:field_description) %></legend> |
Chris@1295 | 9 <%= textilizable @description, :attachments => @attachments, :object => @issue %> |
Chris@1295 | 10 </fieldset> |
Chris@1295 | 11 <% end %> |