Sha256: 2b32e8adff988f6631f65568cf96910e54d6db0507d41ec87f841b43f936f12b
Contents?: true
Size: 557 Bytes
Versions: 37
Compression:
Stored size: 557 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('.delete')
Version data entries
37 entries across 37 versions & 2 rubygems