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 @ 441:cbce1fd3b1b7

History | View | Annotate | Download (389 Bytes)

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