Listing translations

<%= render "search_form" %> <% @translations.each do |translation| %> <% tr_color = translation.value.nil? ? "danger" : "" %> <% end %>
Locale Key Value Modified at Action
<%= translation.locale %> <%= translation.key %> <%= translation.value.to_s.truncate(50) %> <%= translation.updated_at.strftime("%T, %d %b %Y") %> <%= link_to 'Edit', find_by_key_path(key: "#{translation.locale}.#{translation.key}") %>
<%= paginate @translations %>