]> source.dussan.org Git - redmine.git/commitdiff
code layout clean up app/views/issues/show.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 10 Jan 2012 08:06:06 +0000 (08:06 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 10 Jan 2012 08:06:06 +0000 (08:06 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8603 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/show.html.erb

index 084607302cb4be4b5ac7e3258bd0068b2cf9d4dc..a0bbf61fec24e2e07b785decb6726aa346349ba9 100644 (file)
 <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') %>
+  <%= 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>