diff --git a/app/models/favorite_enterprises_block.rb b/app/models/favorite_enterprises_block.rb index d1fa725..c58c1cb 100644 --- a/app/models/favorite_enterprises_block.rb +++ b/app/models/favorite_enterprises_block.rb @@ -16,7 +16,7 @@ class FavoriteEnterprisesBlock < ProfileListBlock owner = self.owner return '' unless owner.kind_of?(Person) proc do - link_to _('View all'), :profile => owner.identifier, :controller => 'profile', :action => 'favorite_enterprises' + link_to _('enterprises|View all'), {:profile => owner.identifier, :controller => 'profile', :action => 'favorite_enterprises'}, :class => 'view-all' end end -- libgit2 0.21.2