Mercurial > hg > soundsoftware-site
view app/views/previews/issue.html.erb @ 312:8019c250165b live
Merge from branch "feature_115"
author | Chris Cannam |
---|---|
date | Mon, 28 Mar 2011 17:50:50 +0100 |
parents | 1d32c0a0efbf |
children | cbb26bc654de |
line wrap: on
line source
<% if @notes %> <fieldset class="preview"><legend><%= l(:field_notes) %></legend> <%= textilizable @notes, :attachments => @attachements, :object => @issue %> </fieldset> <% end %> <% if @description %> <fieldset class="preview"><legend><%= l(:field_description) %></legend> <%= textilizable @description, :attachments => @attachements, :object => @issue %> </fieldset> <% end %>