Revision 1298:4f746d8966dd app/views/previews

View differences:

app/views/previews/issue.html.erb
1 1
<% if @notes %>
2 2
  <fieldset class="preview"><legend><%= l(:field_notes) %></legend>
3
    <%= textilizable @notes, :attachments => @attachements, :object => @issue %>
3
    <%= textilizable @notes, :attachments => @attachments, :object => @issue %>
4 4
  </fieldset>
5 5
<% end %>
6 6

  
7 7
<% if @description %>
8 8
  <fieldset class="preview"><legend><%= l(:field_description) %></legend>
9
    <%= textilizable @description, :attachments => @attachements, :object => @issue %>
9
    <%= textilizable @description, :attachments => @attachments, :object => @issue %>
10 10
  </fieldset>
11 11
<% end %>

Also available in: Unified diff