Sha256: f1ef7344599c6e9aded98bb644cde35a51868a8113453ecf9ecd52bd5f74f27d
Contents?: true
Size: 481 Bytes
Versions: 4
Compression:
Stored size: 481 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 => interpret_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", interpret_root_path %>
Version data entries
4 entries across 4 versions & 1 rubygems