mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 08:46:41 +01:00
Translate translations/index
This commit is contained in:
parent
80c35c8cf3
commit
66d6d948a1
@ -1,11 +1,11 @@
|
|||||||
<h1>Listing translations</h1>
|
<h1><%= Translation.model_name.human(count: 2) %></h1>
|
||||||
|
|
||||||
<%= render 'translation_pagination' %>
|
<%= render 'translation_pagination' %>
|
||||||
<table class="table table-striped table-bordered">
|
<table class="table table-striped table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
<th><%= Translation.human_attribute_name(:id) %></th>
|
||||||
<th>Title</th>
|
<th><%= Translation.human_attribute_name(:title) %></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user