annotate app/views/previews/issue.html.erb @ 231:5d6e2819f3dd
cannam-pre-20110113-merge
Merge from branch "feature_20". This initial implementation of #20 has been tested, but needs to be tested again in the proper context.
author |
Chris Cannam |
date |
Thu, 17 Feb 2011 18:35:11 +0000 |
parents |
1d32c0a0efbf |
children |
cbb26bc654de |
rev |
line source |
Chris@14
|
1 <% if @notes %>
|
Chris@14
|
2 <fieldset class="preview"><legend><%= l(:field_notes) %></legend>
|
Chris@14
|
3 <%= textilizable @notes, :attachments => @attachements, :object => @issue %>
|
Chris@14
|
4 </fieldset>
|
Chris@14
|
5 <% end %>
|
Chris@14
|
6
|
Chris@14
|
7 <% if @description %>
|
Chris@14
|
8 <fieldset class="preview"><legend><%= l(:field_description) %></legend>
|
Chris@14
|
9 <%= textilizable @description, :attachments => @attachements, :object => @issue %>
|
Chris@14
|
10 </fieldset>
|
Chris@14
|
11 <% end %>
|