diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-09 15:41:36 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-09 15:41:36 +0200 |
| commit | 0bc7bdc7cd2fc111e4e161065b217bd2ddecfbec (patch) | |
| tree | ed5623ce6525fea8ff66c730a74a46f446e82e4d | |
| parent | 9c3217df50d462d6be4399e3e654d591bf704df7 (diff) | |
Remove subnav from nodes#index, New node has its own action button now
| -rw-r--r-- | app/views/nodes/index.html.erb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/nodes/index.html.erb b/app/views/nodes/index.html.erb index 903e80b..2688ea1 100644 --- a/app/views/nodes/index.html.erb +++ b/app/views/nodes/index.html.erb | |||
| @@ -1,6 +1,3 @@ | |||
| 1 | <% content_for :subnavigation do %> | ||
| 2 | <%= link_to 'Create', new_node_path %> | ||
| 3 | <% end %> | ||
| 4 | <h1>Nodes</h1> | 1 | <h1>Nodes</h1> |
| 5 | 2 | ||
| 6 | <div> | 3 | <div> |
