Sha256: d048a4a9f6da7b06dfb44c9eb813e24b8806e090151c9134a6b409f488c004f0

Contents?: true

Size: 1.15 KB

Versions: 59

Compression:

Stored size: 1.15 KB

Contents

%input#category_key{ type: 'hidden', value: @category.id }
%input#current_filter{ type: 'hidden', value: current_filter }
%h1
  = @category.name.camelize
%ul.nav.nav-pills
  
  %li{class: "#{current_filter_is?('untranslated') ? 'active' : ''}"}
    %a#untranslated.keys_filter{:href => "#"}
      = t('.untranslated')
      %span#untranslated_keys_count
        = "(#{@untranslated_keys_count})"
  %li{class: "#{current_filter_is?('pending') ? 'active' : ''}"}
    %a#pending.keys_filter{:href => "#"}
      = t('.pending')
      %span#pending_keys_count
        = "(#{@pending_keys_count})"
  %li{class: "#{current_filter_is?('translated') ? 'active' : ''}"}
    %a#translated.keys_filter{:href => "#"}
      = t('.translated')
      %span#translated_keys_count
        = "(#{@translated_keys_count})"
  %li{class: "#{current_filter_is?('all') ? 'active' : ''}"}
    %a#all.keys_filter{:href => "#"}
      = t('.all')
      %span#all_keys_count
        = "(#{@all_keys_count})"
  %li
    #loading
      = image_tag 'translation_center/loading.gif'
.span9#category
  = render 'translation_center/translation_keys/translation_keys', translation_keys: @keys, category: @category

Version data entries

59 entries across 59 versions & 2 rubygems

Version Path
translation_center-2.0.2 app/views/translation_center/categories/show.html.haml
translation_center-2.0.1 app/views/translation_center/categories/show.html.haml
translation_center-1.7.2 app/views/translation_center/categories/show.html.haml
afalkear_translation_center-1.8.2 app/views/translation_center/categories/show.html.haml
afalkear_translation_center-1.8.1 app/views/translation_center/categories/show.html.haml
afalkear_translation_center-1.8.0 app/views/translation_center/categories/show.html.haml
afalkear_translation_center-1.7.9 app/views/translation_center/categories/show.html.haml
afalkear_translation_center-1.7.8 app/views/translation_center/categories/show.html.haml
afalkear_translation_center-0.0.0 app/views/translation_center/categories/show.html.haml
afalkear_translation_center-1.7.7 app/views/translation_center/categories/show.html.haml
translation_center-1.7.1 app/views/translation_center/categories/show.html.haml
translation_center-1.7.0 app/views/translation_center/categories/show.html.haml
translation_center-1.6.10 app/views/translation_center/categories/show.html.haml
translation_center-1.6.9 app/views/translation_center/categories/show.html.haml
translation_center-1.6.8 app/views/translation_center/categories/show.html.haml
translation_center-1.6.7 app/views/translation_center/categories/show.html.haml
translation_center-1.6.6 app/views/translation_center/categories/show.html.haml
translation_center-1.6.5 app/views/translation_center/categories/show.html.haml
translation_center-1.6.4 app/views/translation_center/categories/show.html.haml
translation_center-1.6.3 app/views/translation_center/categories/show.html.haml