From 35a536947343b9d2b8fe537ba4cc9924e8874a3f Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 10 Jan 2012 08:06:06 +0000 Subject: [PATCH] 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 --- app/views/issues/show.html.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)%>