Sha256: da41e11cd2134f56c9ad0870aba87c9716f89074a9db4b5f5264153af751b1d4

Contents?: true

Size: 637 Bytes

Versions: 7

Compression:

Stored size: 637 Bytes

Contents

table.table.table-striped.table-bordered style='width: 1050px;'
  thead
    tr
      th= t('admin.locators.locale')
      th= t('admin.locators.file')
  - locale_regexp = Regexp.new(I18n.available_locales.join('|'))
  - @files.each do |path|
    - filename = File.basename(path)
    tr class=cycle('odd', 'even')
      td= filename[locale_regexp]
      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

7 entries across 7 versions & 1 rubygems

Version Path
ab_admin-0.3.6 app/views/admin/locators/show.html.slim
ab_admin-0.3.5 app/views/admin/locators/show.html.slim
ab_admin-0.3.4 app/views/admin/locators/show.html.slim
ab_admin-0.3.3 app/views/admin/locators/show.html.slim
ab_admin-0.3.2 app/views/admin/locators/show.html.slim
ab_admin-0.3.1 app/views/admin/locators/show.html.slim
ab_admin-0.3.0 app/views/admin/locators/show.html.slim