Sha256: 612893fcc91e54152acc00ebe940fe50df3e3f745e06b8bb3fca1ba0b4865893
Contents?: true
Size: 558 Bytes
Versions: 33
Compression:
Stored size: 558 Bytes
Contents
= table.column :actions do |resource| - capture_haml do = bootstrap_button_group do = bootstrap_button(to: resource_path(resource), context: :primary, size: :small) do = fa_icon :eye = t('.show') = bootstrap_button(to: edit_resource_path(resource), context: :secondary, size: :small) do = fa_icon :pencil = t('.edit') = bootstrap_button(to: resource_path(resource), context: :danger, size: :small, method: :delete, data: { confirm: 'Are you sure?' }) do = fa_icon :trash = t('.destroy')
Version data entries
33 entries across 33 versions & 1 rubygems