Sha256: a6171989e2a830ab7c157a53cedddf777af85733c775b77ae6366bd5b6add4f3
Contents?: true
Size: 569 Bytes
Versions: 2
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ab_admin-0.5.0 | app/views/admin/locators/show.html.slim |
ab_admin-0.4.0 | app/views/admin/locators/show.html.slim |