Sha256: c7a74dce929b6c431b3e36945789a185b341536a05e93233a28e9a5f53067c78

Contents?: true

Size: 187 Bytes

Versions: 3

Compression:

Stored size: 187 Bytes

Contents

<%= form_for @translation, :url => translation_path(@translation) do |f| %>
  <%= f.label :value %>
  <%= f.text_field :value, :value => @translation.value %>
  <%= f.submit %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
interpret-0.1.3 app/views/interpret/translations/_form.html.erb
interpret-0.1.2 app/views/interpret/translations/_form.html.erb
interpret-0.1.1 app/views/interpret/translations/_form.html.erb