1
0
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:
Philipp Fischbeck 2015-01-02 15:03:09 +01:00
parent 80c35c8cf3
commit 66d6d948a1

View File

@ -1,11 +1,11 @@
<h1>Listing translations</h1>
<h1><%= Translation.model_name.human(count: 2) %></h1>
<%= render 'translation_pagination' %>
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>ID</th>
<th>Title</th>
<th><%= Translation.human_attribute_name(:id) %></th>
<th><%= Translation.human_attribute_name(:title) %></th>
</tr>
</thead>