Mercurial > hg > soundsoftware-site
comparison app/views/previews/issue.html.erb @ 14:1d32c0a0efbf
* Update to SVN trunk (revisions 3892-4040)
author | Chris Cannam |
---|---|
date | Wed, 25 Aug 2010 16:30:24 +0100 |
parents | |
children | cbb26bc654de |
comparison
equal
deleted
inserted
replaced
4:9cc62779c13a | 14:1d32c0a0efbf |
---|---|
1 <% if @notes %> | |
2 <fieldset class="preview"><legend><%= l(:field_notes) %></legend> | |
3 <%= textilizable @notes, :attachments => @attachements, :object => @issue %> | |
4 </fieldset> | |
5 <% end %> | |
6 | |
7 <% if @description %> | |
8 <fieldset class="preview"><legend><%= l(:field_description) %></legend> | |
9 <%= textilizable @description, :attachments => @attachements, :object => @issue %> | |
10 </fieldset> | |
11 <% end %> |