Sha256: 675ddc9681d3bdb4af92fa7818c3ba6415a1519b8b7975a48fa247cd1968f966

Contents?: true

Size: 489 Bytes

Versions: 4

Compression:

Stored size: 489 Bytes

Contents

.inner.standard_submenu
  %ul.block
    %li
      .section_title= t('translations')
      %ul
        %li{:class=> params[:id].blank? ? "active" : ""}
          %a{:href => releaf_translation_groups_path}= t('all_translations')
    %li
      .section_title= t('groups')
      %ul
        - @groups.each do |group|
          %li{:class=> !params[:id].blank? && params[:id].to_i == group.id ? "active" : ""}
            %a{:href => edit_releaf_translation_group_path(group.id)}= group.scope

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
releaf-0.1.2 app/views/releaf/aliases/_secondary_panel.html.haml
releaf-0.1.2 app/views/releaf/translations/_secondary_panel.html.haml
releaf-0.1.1 app/views/releaf/aliases/_secondary_panel.haml
releaf-0.1.1 app/views/releaf/translations/_secondary_panel.haml