summaryrefslogtreecommitdiff
path: root/app/views/admin/conventions.html.erb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-13 23:33:11 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-13 23:33:11 +0200
commit8eab68f2c5a3c126e2fec2ecdfa7ace87ce0937b (patch)
treef446ebc26a7707c7b64a937aa51a155df146c80a /app/views/admin/conventions.html.erb
parent42714c697273a7117c6b355fab26c8c35e336ad1 (diff)
parentcdf5d9941ca866d437612d2f863eac6eb0b3db12 (diff)
Merge branch 'erdgeist-revive-events'
Diffstat (limited to 'app/views/admin/conventions.html.erb')
-rw-r--r--app/views/admin/conventions.html.erb11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/admin/conventions.html.erb b/app/views/admin/conventions.html.erb
new file mode 100644
index 0000000..72f6214
--- /dev/null
+++ b/app/views/admin/conventions.html.erb
@@ -0,0 +1,11 @@
1<h1>Node creation conventions</h1>
2
3<table id="conventions">
4 <tr><th>Kind</th><th>What happens</th></tr>
5 <% @node_kinds.each do |kind, config| %>
6 <tr>
7 <td><%= kind %></td>
8 <td><%= resolve_kind_text(config[:label]) %> — <%= resolve_kind_text(config[:hint]) %></td>
9 </tr>
10 <% end %>
11</table>