diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-14 20:14:46 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-14 20:14:46 +0200 |
| commit | fe89095ccb34bcdc9838a71bc1fa48279ea3ec8c (patch) | |
| tree | 8d64050bb64bd044e3aea0f8053c92de145e7c24 /app/views/admin/conventions.html.erb | |
| parent | f93969e772a36b54998496092b54972825a07dd8 (diff) | |
Retire conventions overview page
Diffstat (limited to 'app/views/admin/conventions.html.erb')
| -rw-r--r-- | app/views/admin/conventions.html.erb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app/views/admin/conventions.html.erb b/app/views/admin/conventions.html.erb deleted file mode 100644 index 434c2e9c..00000000 --- a/app/views/admin/conventions.html.erb +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | <h1><%= t(".title") %></h1> | ||
| 2 | |||
| 3 | <table id="conventions"> | ||
| 4 | <tr><th><%= t(".kind") %></th><th><%= t(".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> | ||
