Sha256: 754f4999d59ddda6ee62046de378de777693096054c8ed18e55e59044c52686f

Contents?: true

Size: 652 Bytes

Versions: 7

Compression:

Stored size: 652 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.2.3 app/views/admin/locators/show.html.slim
ab_admin-0.2.2 app/views/admin/locators/show.html.slim
ab_admin-0.2.1 app/views/admin/locators/show.html.slim
ab_admin-0.2.0 app/views/admin/locators/show.html.slim
ab_admin-0.1.2 app/views/admin/locators/show.html.slim
ab_admin-0.1.1 app/views/admin/locators/show.html.slim
ab_admin-0.1.0 app/views/admin/locators/show.html.slim