diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index 084607302..a0bbf61fe 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -62,7 +62,10 @@
<% if @issue.description? %>
- <%= 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') %>

<%=l(:field_description)%>