diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-04 01:34:42 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-04 01:34:42 +0200 |
| commit | 9c630d186003a47563be2e3547485060dac7dd98 (patch) | |
| tree | 7acb710dd63d0bb332c2f2e3e68c5a245d5a851a /app/views/nodes | |
| parent | 4596b32a0787a574881284d042bb77c970df8a4d (diff) | |
Retire event_information, superseded by nodes#show's event manager
The metadata-panel "Event" field on nodes#edit called event_information,
a second, tag-less implementation of "list events + add one" - now
redundant now that nodes#show has the tag-aware version with the
auto-tag flash explanation. Confirmed via grep this was the only call
site before removing both it and the method definition.
Diffstat (limited to 'app/views/nodes')
| -rw-r--r-- | app/views/nodes/edit.html.erb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb index 498fa1f..31f585c 100644 --- a/app/views/nodes/edit.html.erb +++ b/app/views/nodes/edit.html.erb | |||
| @@ -15,9 +15,6 @@ | |||
| 15 | <% end %> | 15 | <% end %> |
| 16 | 16 | ||
| 17 | <div id="metadata"> | 17 | <div id="metadata"> |
| 18 | <div class="node_description">Event</div> | ||
| 19 | <div class="node_content"><%= event_information %></div> | ||
| 20 | |||
| 21 | <div class="node_description">Slug</div> | 18 | <div class="node_description">Slug</div> |
| 22 | <div class="node_content"> | 19 | <div class="node_content"> |
| 23 | <%= f.text_field( | 20 | <%= f.text_field( |
