Sha256: 245f8c93865824b6ebc142f74a61aaf0005e1af46853abedb2d8803538c4cb33

Contents?: true

Size: 542 Bytes

Versions: 25

Compression:

Stored size: 542 Bytes

Contents

- if show_path
  - if show_action == true || (EffectiveDatatables.authorized?(controller, :show, resource) rescue false)
    = show_icon_to send(show_path, resource.to_param)

- if edit_path
  - if edit_action == true || (EffectiveDatatables.authorized?(controller, :edit, resource) rescue false)
    = edit_icon_to send(edit_path, resource.to_param)

- if destroy_path
  - if destroy_action == true || (EffectiveDatatables.authorized?(controller, :destroy, resource) rescue false)
    = destroy_icon_to send(destroy_path, resource.to_param)

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
effective_datatables-3.2.3 app/views/effective/datatables/_actions_column.html.haml
effective_datatables-3.2.2 app/views/effective/datatables/_actions_column.html.haml
effective_datatables-3.2.1 app/views/effective/datatables/_actions_column.html.haml
effective_datatables-3.2 app/views/effective/datatables/_actions_column.html.haml
effective_datatables-3.1.3 app/views/effective/datatables/_actions_column.html.haml
effective_datatables-3.1.2 app/views/effective/datatables/_actions_column.html.haml
effective_datatables-3.1.1 app/views/effective/datatables/_actions_column.html.haml
effective_datatables-3.1.0 app/views/effective/datatables/_actions_column.html.haml
effective_datatables-3.0.16 app/views/effective/datatables/_actions_column.html.haml
effective_datatables-3.0.15 app/views/effective/datatables/_actions_column.html.haml
effective_datatables-3.0.14 app/views/effective/datatables/_actions_column.html.haml
effective_datatables-3.0.13 app/views/effective/datatables/_actions_column.html.haml
effective_datatables-3.0.12 app/views/effective/datatables/_actions_column.html.haml
effective_datatables-3.0.11 app/views/effective/datatables/_actions_column.html.haml
effective_datatables-3.0.10 app/views/effective/datatables/_actions_column.html.haml
effective_datatables-3.0.9 app/views/effective/datatables/_actions_column.html.haml
effective_datatables-3.0.8 app/views/effective/datatables/_actions_column.html.haml
effective_datatables-3.0.7 app/views/effective/datatables/_actions_column.html.haml
effective_datatables-3.0.6 app/views/effective/datatables/_actions_column.html.haml
effective_datatables-3.0.5 app/views/effective/datatables/_actions_column.html.haml