diff --git a/app/views/previews/issue.html.erb b/app/views/previews/issue.html.erb index 23772859e..60ad2a0ad 100644 --- a/app/views/previews/issue.html.erb +++ b/app/views/previews/issue.html.erb @@ -1,11 +1,11 @@ <% if @notes %> -
<%= l(:field_notes) %> - <%= textilizable @notes, :attachments => @attachements, :object => @issue %> -
+
<%= l(:field_notes) %> + <%= textilizable @notes, :attachments => @attachements, :object => @issue %> +
<% end %> <% if @description %> -
<%= l(:field_description) %> - <%= textilizable @description, :attachments => @attachements, :object => @issue %> -
+
<%= l(:field_description) %> + <%= textilizable @description, :attachments => @attachements, :object => @issue %> +
<% end %>