view app/views/previews/.svn/text-base/issue.html.erb.svn-base @ 14:1d32c0a0efbf

* Update to SVN trunk (revisions 3892-4040)
author Chris Cannam
date Wed, 25 Aug 2010 16:30:24 +0100
parents
children
line wrap: on
line source
<% if @notes %>
	<fieldset class="preview"><legend><%= l(:field_notes) %></legend>
		<%= textilizable @notes, :attachments => @attachements, :object => @issue %>
	</fieldset>
<% end %>

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