view app/views/previews/.svn/text-base/issue.html.erb.svn-base @ 863:818ff422eece bug_168

Close obsolete branch bug_168
author Chris Cannam
date Tue, 07 Jun 2011 10:56:57 +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 %>