summaryrefslogtreecommitdiffstats
path: root/app/views/previews/issue.html.erb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-18 02:46:42 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-18 02:46:42 +0000
commitd0f55b1c25a3a950fe13de96ac8c00f4ab7cab18 (patch)
treef1852c91d2b724a66009e02214aa5883989cac3e /app/views/previews/issue.html.erb
parent78f9eef8be7ea45af32d4bf7f893d84a8916ff06 (diff)
downloadredmine-d0f55b1c25a3a950fe13de96ac8c00f4ab7cab18.tar.gz
redmine-d0f55b1c25a3a950fe13de96ac8c00f4ab7cab18.zip
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
Diffstat (limited to 'app/views/previews/issue.html.erb')
-rw-r--r--app/views/previews/issue.html.erb12
1 files changed, 6 insertions, 6 deletions
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 %>
- <fieldset class="preview"><legend><%= l(:field_notes) %></legend>
- <%= textilizable @notes, :attachments => @attachements, :object => @issue %>
- </fieldset>
+ <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>
+ <fieldset class="preview"><legend><%= l(:field_description) %></legend>
+ <%= textilizable @description, :attachments => @attachements, :object => @issue %>
+ </fieldset>
<% end %>