view app/views/previews/issue.html.erb @ 507:0c939c159af4 redmine-1.2

Update to Redmine 1.2.1 on 1.2-stable branch (Redmine SVN rev 6270)
author Chris Cannam
date Thu, 14 Jul 2011 10:32:19 +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 %>