Module: Spree::Admin::OverviewHelper

Defined in:
app/helpers/spree/admin/overview_helper.rb

Instance Method Summary collapse

Instance Method Details



5
6
7
8
9
# File 'app/helpers/spree/admin/overview_helper.rb', line 5

def jirafe_locale_links
  Spree::Admin::OverviewController::JIRAFE_LOCALES.collect do |langage, locale|
    link_to image_tag("flags/#{locale.split('_')[1].downcase}.png", :alt => langage.to_s.titleize), admin_path(:locale => locale), :class => 'with-tip', :title => langage.to_s.titleize, :data => {:'tip-color' => 'green'}
  end
end