Commit 6819d961d87965d4459256db58d82563e682608f
1 parent
efcdb722
Exists in
master
and in
29 other branches
ActionItem21: removing hardwired linebreak in file manager items
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@949 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/application_helper.rb
@@ -308,7 +308,7 @@ module ApplicationHelper | @@ -308,7 +308,7 @@ module ApplicationHelper | ||
308 | end | 308 | end |
309 | 309 | ||
310 | def file_manager_button(title, icon, url) | 310 | def file_manager_button(title, icon, url) |
311 | - content_tag('div', link_to(image_tag(icon, :alt => title, :title => title) + tag('br') + title, url), :class => 'file-manager-button') | 311 | + content_tag('div', link_to(image_tag(icon, :alt => title, :title => title) + content_tag('div', title), url), :class => 'file-manager-button') |
312 | end | 312 | end |
313 | 313 | ||
314 | end | 314 | end |