view app/views/previews/.svn/text-base/issue.html.erb.svn-base @ 286:861eb230b8fe cannam-pre-20110113-merge

Merge from branch "bug_95"
author Chris Cannam
date Wed, 23 Mar 2011 11:31:44 +0000
parents 1d32c0a0efbf
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 %>