From f3674441ff8746a071fa707edc1d3270cc9f8247 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 15 Sep 2011 09:27:20 +0000 Subject: [PATCH] replace tabs to spaces at app/views/issues/show.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7242 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/show.html.erb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index 8dd3a2f9d..1a7459347 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -48,14 +48,14 @@ <% if @issue.description? || @issue.attachments.any? -%>
<% if @issue.description? %> -
- <%= link_to_remote_if_authorized(l(:button_quote), { :url => {:controller => 'journals', :action => 'new', :id => @issue} }, :class => 'icon icon-comment') %> -
- -

<%=l(:field_description)%>

-
- <%= textilizable @issue, :description, :attachments => @issue.attachments %> -
+
+ <%= link_to_remote_if_authorized(l(:button_quote), { :url => {:controller => 'journals', :action => 'new', :id => @issue} }, :class => 'icon icon-comment') %> +
+ +

<%=l(:field_description)%>

+
+ <%= textilizable @issue, :description, :attachments => @issue.attachments %> +
<% end %> <%= link_to_attachments @issue %> <% end -%> @@ -109,8 +109,8 @@ <% end %> <% other_formats_links do |f| %> - <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %> - <%= f.link_to 'PDF' %> + <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %> + <%= f.link_to 'PDF' %> <% end %> <% html_title h("#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}") %> -- 2.39.5