view app/views/previews/issue.html.erb @ 849:7018aa84e3a8 feature_36

Close obsolete branch feature_36
author Chris Cannam
date Sat, 24 Sep 2011 18:15:01 +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 %>