Sha256: cb51f25f862b09bfd36a60e996e7c54de94823f82591e8a1688bb055d0382a7e
Contents?: true
Size: 461 Bytes
Versions: 6
Compression:
Stored size: 461 Bytes
Contents
<% interpret_title "Interpret - New translation" %> <h1>Creating '<%= @translation.key %>'</h1> <p> Previous value: <b>[<%= @reference.locale %>] <%= @reference.value %></b> </p> <%= form_for [@reference, @translation], :url => translation_translations_path(@reference) do |f| %> <%= f.label :value, "Translation to [#{I18n.locale}]" %> <%= f.text_area :value, :value => @translation.value %> <%= f.submit %> <% end %> <%= link_to "Back", root_path %>
Version data entries
6 entries across 6 versions & 1 rubygems