app/views/decidim/term_customizer/admin/translations/index.html.erb in decidim-term_customizer-0.16.0 vs app/views/decidim/term_customizer/admin/translations/index.html.erb in decidim-term_customizer-0.16.1
- old
+ new
@@ -19,18 +19,22 @@
<div class="table-scroll">
<table class="table-list">
<thead>
<tr>
<th><%= t("models.translations.fields.key", scope: "decidim.admin") %></th>
+ <th><%= t("models.translations.fields.original_term", scope: "decidim.admin") %></th>
<th><%= t("models.translations.fields.term", scope: "decidim.admin") %></th>
<th></th>
</tr>
</thead>
<tbody>
<% @translations.each do |translation| %>
<tr>
<td>
<%= translation.key %>
+ </td>
+ <td>
+ <%= @directory.translations.term(translation.key) %>
</td>
<td>
<%= translation.value %>
</td>
<td class="table-list__actions">