diff options
Diffstat (limited to 'app/views/admin/conventions.html.erb')
| -rw-r--r-- | app/views/admin/conventions.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/conventions.html.erb b/app/views/admin/conventions.html.erb index 72f6214a..434c2e9c 100644 --- a/app/views/admin/conventions.html.erb +++ b/app/views/admin/conventions.html.erb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | <h1>Node creation conventions</h1> | 1 | <h1><%= t(".title") %></h1> |
| 2 | 2 | ||
| 3 | <table id="conventions"> | 3 | <table id="conventions"> |
| 4 | <tr><th>Kind</th><th>What happens</th></tr> | 4 | <tr><th><%= t(".kind") %></th><th><%= t(".what_happens") %></th></tr> |
| 5 | <% @node_kinds.each do |kind, config| %> | 5 | <% @node_kinds.each do |kind, config| %> |
| 6 | <tr> | 6 | <tr> |
| 7 | <td><%= kind %></td> | 7 | <td><%= kind %></td> |
