Sha256: 5b95a67130171a550bfbb5e57772de2d198a97b1a1315f14fa53168df02088f8

Contents?: true

Size: 393 Bytes

Versions: 14

Compression:

Stored size: 393 Bytes

Contents

- title "Edit #{ @node.type.underscore.humanize.downcase }"

- if @node.trashed?
  - breadcrumbs.add 'Trash', push_type_admin.trash_nodes_path
-else
  - for node in @node.ancestors.reverse
    - breadcrumbs.add node.title, push_type_admin.node_nodes_path(node)
- breadcrumbs.add @node.title, push_type_admin.edit_node_path(@node)

= render 'form_fields', url: push_type_admin.node_path(@node)

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
push_type_admin-0.12.1 app/views/push_type/admin/nodes/edit.html.haml
push_type_admin-0.12.0 app/views/push_type/admin/nodes/edit.html.haml
push_type_admin-0.12.0.beta.1 app/views/push_type/admin/nodes/edit.html.haml
push_type_admin-0.11.2 app/views/push_type/admin/nodes/edit.html.haml
push_type_admin-0.11.1 app/views/push_type/admin/nodes/edit.html.haml
push_type_admin-0.11.0.beta.2 app/views/push_type/admin/nodes/edit.html.haml
push_type_admin-0.11.0.beta.1 app/views/push_type/admin/nodes/edit.html.haml
push_type_admin-0.10.4 app/views/push_type/admin/nodes/edit.html.haml
push_type_admin-0.10.3 app/views/push_type/admin/nodes/edit.html.haml
push_type_admin-0.10.2 app/views/push_type/admin/nodes/edit.html.haml
push_type_admin-0.10.1 app/views/push_type/admin/nodes/edit.html.haml
push_type_admin-0.10.0 app/views/push_type/admin/nodes/edit.html.haml
push_type_admin-0.10.0.beta.5 app/views/push_type/admin/nodes/edit.html.haml
push_type_admin-0.10.0.beta.3 app/views/push_type/admin/nodes/edit.html.haml