summaryrefslogtreecommitdiff
path: root/app/views/admin/conventions.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/conventions.html.erb')
-rw-r--r--app/views/admin/conventions.html.erb11
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>