Sha256: f0524156084fc9ae512b39e6fc88ac0ce9dc7cca0ea955c4f4fed7d62e039f99

Contents?: true

Size: 447 Bytes

Versions: 6

Compression:

Stored size: 447 Bytes

Contents

.surveyor_menu
  - if !@survey.translations.empty?
    = hidden_field_tag "current_section", @section.id
    .surveyor_language_selection
      = label_tag "locale", t('surveyor.language')
      %select{:id=>"locale", :name=>"new_locale"}
        = options_for_select(@survey.translations.map(&:locale),I18n.locale)

  = t('surveyor.sections')
  %ul
    - @sections.each do |s|
      %li{:class => ("active" if s == @section)}= menu_button_for(s)

Version data entries

6 entries across 6 versions & 4 rubygems

Version Path
upgrade_surveyor-1.4.2 app/views/partials/_section_menu.html.haml
affectiva-surveyor-1.5.0.pre.disco.2 app/views/partials/_section_menu.html.haml
hssc_surveyor-1.4.3.pre app/views/partials/_section_menu.html.haml
hssc_surveyor-1.4.2.pre app/views/partials/_section_menu.html.haml
hssc_surveyor-1.4.1.pre app/views/partials/_section_menu.html.haml
surveyor-1.4.0 app/views/partials/_section_menu.html.haml