Sha256: 7aa434927eef296d9164219dc7154fabd6cfbe79675b2d63d786278ce4beef73

Contents?: true

Size: 573 Bytes

Versions: 23

Compression:

Stored size: 573 Bytes

Contents

- content_for(:header_title) { "Handlers" }
- content_for(:header_right) { bb_btn update_cache_handlers_path, "Update", method: :post, sm: true, icon: "refresh", data: {confirm: "Are you sure?"} }

= bb_panel "Handlers", table: true do
  %thead
    %tr
      %th Handler
      %th.hidden-xs-down Translations
  %tbody
    - @handlers.each do |handler|
      %tr
        %td= link_to handler.name, handler_path(handler)
        %td.hidden-xs-down= handler.handler_translations.length
    - if @handlers.empty?
      %tr
        %td.error{colspan: 2} No handlers were found.

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
awesome_translations-0.0.49 app/views/awesome_translations/handlers/index.html.haml
awesome_translations-0.0.48 app/views/awesome_translations/handlers/index.html.haml
awesome_translations-0.0.47 app/views/awesome_translations/handlers/index.html.haml
awesome_translations-0.0.46 app/views/awesome_translations/handlers/index.html.haml
awesome_translations-0.0.45 app/views/awesome_translations/handlers/index.html.haml
awesome_translations-0.0.44 app/views/awesome_translations/handlers/index.html.haml
awesome_translations-0.0.43 app/views/awesome_translations/handlers/index.html.haml
awesome_translations-0.0.42 app/views/awesome_translations/handlers/index.html.haml
awesome_translations-0.0.41 app/views/awesome_translations/handlers/index.html.haml
awesome_translations-0.0.40 app/views/awesome_translations/handlers/index.html.haml
awesome_translations-0.0.39 app/views/awesome_translations/handlers/index.html.haml
awesome_translations-0.0.38 app/views/awesome_translations/handlers/index.html.haml
awesome_translations-0.0.37 app/views/awesome_translations/handlers/index.html.haml
awesome_translations-0.0.36 app/views/awesome_translations/handlers/index.html.haml
awesome_translations-0.0.35 app/views/awesome_translations/handlers/index.html.haml
awesome_translations-0.0.34 app/views/awesome_translations/handlers/index.html.haml
awesome_translations-0.0.33 app/views/awesome_translations/handlers/index.html.haml
awesome_translations-0.0.32 app/views/awesome_translations/handlers/index.html.haml
awesome_translations-0.0.31 app/views/awesome_translations/handlers/index.html.haml
awesome_translations-0.0.30 app/views/awesome_translations/handlers/index.html.haml