diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 02:46:42 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 02:46:42 +0000 |
commit | d0f55b1c25a3a950fe13de96ac8c00f4ab7cab18 (patch) | |
tree | f1852c91d2b724a66009e02214aa5883989cac3e /app/views/previews/issue.html.erb | |
parent | 78f9eef8be7ea45af32d4bf7f893d84a8916ff06 (diff) | |
download | redmine-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.erb | 12 |
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 %> |