Sha256: 95644c3a06686fb7b3778ea45507a87ae7a1e8a32b3568978a9677aadca3e060

Contents?: true

Size: 440 Bytes

Versions: 1

Compression:

Stored size: 440 Bytes

Contents

- content_for(:header_title) { Handlers }
- content_for(:header_right) { link_to "Update", update_cache_handlers_path, method: :post, class: "button", data: {confirm: "Are you sure?"} }

%table
  %thead
    %tr
      %th Handler
  %tbody
    - @handlers.each do |handler|
      %tr
        %td= link_to handler.name, handler_path(handler.identifier)
    - if @handlers.empty?
      %tr
        %td.error{colspan: 1} No handlers were found.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
awesome_translations-0.0.25 app/views/awesome_translations/handlers/index.html.haml