Sha256: 845d61b8cefbbef2a0598c43bd8071c7bae8c166d521af0e9b38705f6742ef10

Contents?: true

Size: 317 Bytes

Versions: 1

Compression:

Stored size: 317 Bytes

Contents

- title "Edit #{ @node.type }"
- 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), builder: PushType::FormBuilder do |f|
  = render 'form_fields', f: f

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
push_type_admin-0.1.0.beta3 app/views/push_type/nodes/edit.html.haml