Sha256: 81a9ff580d4a152229c27ba5c85273ef119e1dbb4e1a5c13acbef3cff43dad94

Contents?: true

Size: 314 Bytes

Versions: 5

Compression:

Stored size: 314 Bytes

Contents

- title "Edit #{ @node.type.underscore.humanize.downcase }"
- 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)

= form_for @node, url: push_type.node_path(@node) do |f|
  = render 'form_fields', f: f

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
push_type_admin-0.2.1 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.2.0 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.2.0.beta2 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.1.1 app/views/push_type/nodes/edit.html.haml
push_type_admin-0.1.0 app/views/push_type/nodes/edit.html.haml