Sha256: f5396abd2c9660dfe9a6489cb0aa009b63a8062f477e37a4759c47237b17fe74

Contents?: true

Size: 232 Bytes

Versions: 8

Compression:

Stored size: 232 Bytes

Contents

<%= form_for '', :url => translation_handler_translation_url(:id => params[:id]), :html => {:method => :put} do |f| %>
    <%= @html.html_safe %>
    <%= hidden_field_tag 'id', params[:id] %>
    <%= f.submit 'Update' %>
<% end %>

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
translation_handler-0.0.4 app/views/translation_handler/translations/edit.html.erb
translation_handler-0.0.4 test/dummy/app/views/translation_handler/translations/edit.html.erb
translation_handler-0.0.3 app/views/translation_handler/translations/edit.html.erb
translation_handler-0.0.3 test/dummy/app/views/translation_handler/translations/edit.html.erb
translation_handler-0.0.2 app/views/translation_handler/translations/edit.html.erb
translation_handler-0.0.2 test/dummy/app/views/translation_handler/translations/edit.html.erb
translation_handler-0.0.1 app/views/translation_handler/translations/edit.html.erb
translation_handler-0.0.1 test/dummy/app/views/translation_handler/translations/edit.html.erb