Mercurial > hg > soundsoftware-site
comparison .svn/pristine/a2/a2f5d2cfdb3401fa081b47084d01e011e03ca83c.svn-base @ 1298:4f746d8966dd redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:28:30 +0100 |
parents | 622f24f53b42 |
children |
comparison
equal
deleted
inserted
replaced
1297:0a574315af3e | 1298:4f746d8966dd |
---|---|
1 <% if @notes %> | |
2 <fieldset class="preview"><legend><%= l(:field_notes) %></legend> | |
3 <%= textilizable @notes, :attachments => @attachments, :object => @issue %> | |
4 </fieldset> | |
5 <% end %> | |
6 | |
7 <% if @description %> | |
8 <fieldset class="preview"><legend><%= l(:field_description) %></legend> | |
9 <%= textilizable @description, :attachments => @attachments, :object => @issue %> | |
10 </fieldset> | |
11 <% end %> |