Sha256: 0799dc96d0040988edbeff5025dbe827a932d055f06c511797cbb9099768cf9c

Contents?: true

Size: 685 Bytes

Versions: 12

Compression:

Stored size: 685 Bytes

Contents

-#%ul.nav.nav-tabs{:role => "tablist"}
  - @languages.each do |lang|
    - next if lang.blank?
    - t = lang.blank? ? 'Default' : lang
    %li{:role => "presentation"}
      %a{"aria-controls" => "tab-content-#{lang}", "data-toggle" => "tab", :href => "#tab-content-#{lang}", :role => "tab", :data=>{lang: lang}}
        =t

%ul#tabs-translation.nav.nav-tabs
  - @languages.each do |lang|
    - next if lang.blank?
    - t = lang.blank? ? 'Default' : lang
    %li.nav-item{:class=>[('active' if lang=='en')]}
      %a{"aria-controls" => "tab-content-#{lang}", "data-toggle" => "tab", :href => "#tab-content-#{lang}", :class => "nav-link", :data=>{lang: lang}}
        =t

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
optimacms-0.4.3 app/views/optimacms/admin/shared/_form_tran_tabs.html.haml
optimacms-0.4.2 app/views/optimacms/admin/shared/_form_tran_tabs.html.haml
optimacms-0.3.35 app/views/optimacms/admin/shared/_form_tran_tabs.html.haml
optimacms-0.3.34 app/views/optimacms/admin/shared/_form_tran_tabs.html.haml
optimacms-0.3.30 app/views/optimacms/admin/shared/_form_tran_tabs.html.haml
optimacms-0.3.29 app/views/optimacms/admin/shared/_form_tran_tabs.html.haml
optimacms-0.3.23 app/views/optimacms/admin/shared/_form_tran_tabs.html.haml
optimacms-0.3.15 app/views/optimacms/admin/shared/_form_tran_tabs.html.haml
optimacms-0.3.12 app/views/optimacms/admin/shared/_form_tran_tabs.html.haml
optimacms-0.3.11 app/views/optimacms/admin/shared/_form_tran_tabs.html.haml
optimacms-0.3.4 app/views/optimacms/admin/shared/_form_tran_tabs.html.haml
optimacms-0.3.3 app/views/optimacms/admin/shared/_form_tran_tabs.html.haml