]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/issues/show.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 15 Sep 2011 09:27:20 +0000 (09:27 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 15 Sep 2011 09:27:20 +0000 (09:27 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7242 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/show.html.erb

index 8dd3a2f9d61b25074f8755b3d2cad10bd38c9730..1a7459347e460ac117e71978bfb6278504a513b3 100644 (file)
 <% if @issue.description? || @issue.attachments.any? -%>
 <hr />
 <% if @issue.description? %>
-       <div class="contextual">
-       <%= link_to_remote_if_authorized(l(:button_quote), { :url => {:controller => 'journals', :action => 'new', :id => @issue} }, :class => 'icon icon-comment') %>
-       </div>
-
-       <p><strong><%=l(:field_description)%></strong></p>
-       <div class="wiki">
-       <%= textilizable @issue, :description, :attachments => @issue.attachments %>
-       </div>
+  <div class="contextual">
+  <%= link_to_remote_if_authorized(l(:button_quote), { :url => {:controller => 'journals', :action => 'new', :id => @issue} }, :class => 'icon icon-comment') %>
+  </div>
+
+  <p><strong><%=l(:field_description)%></strong></p>
+  <div class="wiki">
+  <%= textilizable @issue, :description, :attachments => @issue.attachments %>
+  </div>
 <% end %>
 <%= link_to_attachments @issue %>
 <% end -%>
 <% 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}") %>