Commit 0850330141536c84d6e2260604cb339baabe230c

Authored by AurelioAHeckert
1 parent b67513fe

ActionItem503: tags box with simple title

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2112 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/tags_block.rb
@@ -14,7 +14,7 @@ class TagsBlock < Block @@ -14,7 +14,7 @@ class TagsBlock < Block
14 end 14 end
15 15
16 def content 16 def content
17 - block_title(_("%s's tags") % owner.name) + 17 + block_title( _('tags') ) +
18 "\n<div class='tag_cloud'>\n"+ 18 "\n<div class='tag_cloud'>\n"+
19 tag_cloud( owner.tags, :id, 19 tag_cloud( owner.tags, :id,
20 owner.generate_url(:controller => 'profile', :action => 'tag'), 20 owner.generate_url(:controller => 'profile', :action => 'tag'),