Show I18n key on label instead of translation

This commit is contained in:
Angel Perez
2018-07-26 18:33:29 -04:00
parent 461a172bd2
commit 26deb02937

View File

@@ -6,7 +6,7 @@
<% end %>
<% contents.each do |group| %>
<% group.each do |content| %>
<b><%= I18n.translate(content.key) %></b>
<b><%= content.key %></b>
<% content.globalize_locales.each do |locale| %>
<%= render "form_field", content: content, locale: locale %>
<% end %>