code layout clean up app/views/issues/show.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8603 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e2e872dc72
commit
35a5369473
|
@ -62,7 +62,10 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue