Commit 8a8d83bbe1b6ae567cb028433708c896f51fac33

Authored by MoisesMachado
1 parent e9c6a966

ActionItem630: marked events to terminology

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2421 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/helpers/assets_helper.rb
@@ -9,7 +9,7 @@ module AssetsHelper @@ -9,7 +9,7 @@ module AssetsHelper
9 [ options.merge(:asset => 'products'), "icon-menu-product", _('Products') ], 9 [ options.merge(:asset => 'products'), "icon-menu-product", _('Products') ],
10 [ options.merge(:asset => 'enterprises'), "icon-menu-enterprise", __('Enterprises') ], 10 [ options.merge(:asset => 'enterprises'), "icon-menu-enterprise", __('Enterprises') ],
11 [ options.merge(:asset => 'communities'), "icon-menu-community", __('Communities') ], 11 [ options.merge(:asset => 'communities'), "icon-menu-community", __('Communities') ],
12 - [ options.merge(:asset => 'events'), "icon-menu-events", _('Events') ], 12 + [ options.merge(:asset => 'events'), "icon-menu-events", __('Events') ],
13 13
14 ].select do |target, css_class, name| 14 ].select do |target, css_class, name|
15 !environment.enabled?('disable_asset_' + target[:asset]) 15 !environment.enabled?('disable_asset_' + target[:asset])