From: Toshi MARUYAMA Date: Thu, 15 Sep 2011 09:27:20 +0000 (+0000) Subject: replace tabs to spaces at app/views/issues/show.html.erb X-Git-Tag: 1.3.0~726 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f3674441ff8746a071fa707edc1d3270cc9f8247;p=redmine.git 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 --- 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}") %>