view app/views/previews/.svn/text-base/issue.html.erb.svn-base @ 379:f25c73364bfb cannam-pre-20110113-merge

Merge from branch "feature_121"
author Chris Cannam
date Mon, 04 Apr 2011 10:29:54 +0100
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 %>