Mercurial > hg > soundsoftware-site
diff app/views/previews/issue.html.erb @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | cbb26bc654de |
children |
line wrap: on
line diff
--- a/app/views/previews/issue.html.erb Fri Jun 14 09:01:12 2013 +0100 +++ b/app/views/previews/issue.html.erb Fri Jun 14 09:02:21 2013 +0100 @@ -1,11 +1,11 @@ <% if @notes %> <fieldset class="preview"><legend><%= l(:field_notes) %></legend> - <%= textilizable @notes, :attachments => @attachements, :object => @issue %> + <%= textilizable @notes, :attachments => @attachments, :object => @issue %> </fieldset> <% end %> <% if @description %> <fieldset class="preview"><legend><%= l(:field_description) %></legend> - <%= textilizable @description, :attachments => @attachements, :object => @issue %> + <%= textilizable @description, :attachments => @attachments, :object => @issue %> </fieldset> <% end %>