diff options
Diffstat (limited to 'app/views/nodes')
| -rw-r--r-- | app/views/nodes/index.html.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/nodes/index.html.erb b/app/views/nodes/index.html.erb index 2399105..903e80b 100644 --- a/app/views/nodes/index.html.erb +++ b/app/views/nodes/index.html.erb | |||
| @@ -3,6 +3,11 @@ | |||
| 3 | <% end %> | 3 | <% end %> |
| 4 | <h1>Nodes</h1> | 4 | <h1>Nodes</h1> |
| 5 | 5 | ||
| 6 | <div> | ||
| 7 | <%= link_to 'New node', new_node_path, class: 'action_button' %> | ||
| 8 | <span class="field_hint">Creates a node with no parent or kind set — for a specific page, use the wizard's create flow or "add child" from an existing node instead.</span> | ||
| 9 | </div> | ||
| 10 | |||
| 6 | <%= will_paginate @nodes %> | 11 | <%= will_paginate @nodes %> |
| 7 | <table class="node_table"> | 12 | <table class="node_table"> |
| 8 | <tr class="header"> | 13 | <tr class="header"> |
