Sha256: 29a043ef8761c266754ddb87d17be4235244fcbb9269844724f848fcfd58e48c
Contents?: true
Size: 489 Bytes
Versions: 4
Compression:
Stored size: 489 Bytes
Contents
.tabbable.locale_tabs ul.nav.nav-tabs - active_locale = params[:edit_locale].present? ? params[:edit_locale].to_sym : locales.first - locales.each_with_index do |l, i| li class=('active' if l == active_locale) a data-toggle="tab" href="##{l}" class="ico_#{l}" title=l img src=image_path("admin/flags/#{l}.png") .tab-content - locales.each_with_index do |l, i| .tab-pane id=l class="tab_#{l} #{'active' if l == active_locale}" = locale_html[l]
Version data entries
4 entries across 4 versions & 1 rubygems