view app/views/previews/issue.html.erb @ 876:498c84a2ca13 feature_118

Close obsolete branch feature_118
author Chris Cannam
date Fri, 01 Apr 2011 11:12:48 +0100
parents 1d32c0a0efbf
children cbb26bc654de
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 %>