Sha256: 004120d0c7d9a7c88039984e6b9d057780aebfd4dd29e7db4a82e9098b962834

Contents?: true

Size: 350 Bytes

Versions: 11

Compression:

Stored size: 350 Bytes

Contents

- if actions.index(:edit)
  = edit_icon_to effective_resource.action_path(:edit, resource)

- if actions.index(:show)
  = show_icon_to effective_resource.action_path(:show, resource)

- if actions.index(:destroy)
  = destroy_icon_to effective_resource.action_path(:destroy, resource), data: { method: :delete, confirm: "Really delete #{resource}?" }

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
effective_resources-0.9.1 app/views/effective/resource/_actions_glyphicons.html.haml
effective_resources-0.9.0 app/views/effective/resource/_actions_glyphicons.html.haml
effective_resources-0.8.26 app/views/effective/resource/_actions_glyphicons.html.haml
effective_resources-0.8.25 app/views/effective/resource/_actions_glyphicons.html.haml
effective_resources-0.8.24 app/views/effective/resource/_actions_glyphicons.html.haml
effective_resources-0.8.23 app/views/effective/resource/_actions_glyphicons.html.haml
effective_resources-0.8.22 app/views/effective/resource/_actions_glyphicons.html.haml
effective_resources-0.8.21 app/views/effective/resource/_actions_glyphicons.html.haml
effective_resources-0.8.20 app/views/effective/resource/_actions_glyphicons.html.haml
effective_resources-0.8.19 app/views/effective/resource/_actions_glyphicons.html.haml
effective_resources-0.8.18 app/views/effective/resource/_actions_glyphicons.html.haml