From d0f55b1c25a3a950fe13de96ac8c00f4ab7cab18 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 18 Sep 2011 02:46:42 +0000 Subject: replace tabs to spaces at app/views/previews/issue.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7397 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/previews/issue.html.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app/views/previews/issue.html.erb') 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 %> -- cgit v1.2.3