To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / previews / issue.html.erb @ 1591:63650ae64bf2

History | View | Annotate | Download (395 Bytes)

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 %>