annotate app/views/previews/.svn/text-base/issue.html.erb.svn-base @ 1176:7d9db6065048
bug_352
Close obsolete branch bug_352
author |
Chris Cannam |
date |
Wed, 01 Feb 2012 16:09:00 +0000 |
parents |
1d32c0a0efbf |
children |
|
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 %>
|