From 6819d961d87965d4459256db58d82563e682608f Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Mon, 26 Nov 2007 18:07:42 +0000 Subject: [PATCH] ActionItem21: removing hardwired linebreak in file manager items --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 3feb172..3de6579 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -308,7 +308,7 @@ module ApplicationHelper end def file_manager_button(title, icon, url) - content_tag('div', link_to(image_tag(icon, :alt => title, :title => title) + tag('br') + title, url), :class => 'file-manager-button') + content_tag('div', link_to(image_tag(icon, :alt => title, :title => title) + content_tag('div', title), url), :class => 'file-manager-button') end end -- libgit2 0.21.2