Sha256: 85b6b602b4a6863fa5a9e7f339046e4d46a14d9490845477a9d8d633fd866ffc

Contents?: true

Size: 369 Bytes

Versions: 32

Compression:

Stored size: 369 Bytes

Contents

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

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

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

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
push_type_admin-0.9.5 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.9.3 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.9.2 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.9.1 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.9.0 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.9.0.beta.4 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.9.0.beta.3 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.9.0.beta.2 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.8.2 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.8.1 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.8.0 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.8.0.beta.3 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.8.0.beta.2 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.8.0.beta.1 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.7.0 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.7.0.beta.1 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.6.0 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.6.0.beta.4 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.6.0.beta.3 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.6.0.beta.2 app/views/push_type/nodes/edit.html.haml