Sha256: 237490545a539d5bedf6ab66b31c22e75afc452d9c30e130e953ae8102fafed8

Contents?: true

Size: 569 Bytes

Versions: 3

Compression:

Stored size: 569 Bytes

Contents

table.table.table-striped.table-bordered style='width: 1050px;'
  thead
    tr
      th= t('admin.locators.locale')
      th= t('admin.locators.file')
  - @files.each do |path|
    - filename = File.basename(path)
    tr class=cycle('odd', 'even')
      td= filename.to_s[/\w+/]
      td= link_to filename, edit_admin_locators_path(filename: filename)

=> link_to t('admin.locators.prepare'), prepare_admin_locators_path, class: 'btn btn-warning', method: :post
=> link_to t('admin.locators.restart'), reload_admin_locators_path, class: 'btn btn-primary', method: :post

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ab_admin-0.7.0 app/views/admin/locators/show.html.slim
ab_admin-0.6.1 app/views/admin/locators/show.html.slim
ab_admin-0.6.0 app/views/admin/locators/show.html.slim