app/views/tolk/locales/show.html.erb in tolk-1.3.3 vs app/views/tolk/locales/show.html.erb in tolk-1.3.4

- old
+ new

@@ -33,9 +33,10 @@ <% if params[:q].present? -%> <%= highlight(format_i18n_value(phrase.translations.primary.text), params[:q]) -%> <% else -%> <%= format_i18n_value(phrase.translations.primary.text) -%> <% end -%> + <%= boolean_warning if phrase.translations.primary.boolean? -%> <span class="key" title="<%= phrase.key %>"><%= truncate(phrase.key, :length => 100) %></span> </td> </tr> <% end %> </table>