Sha256: 92e0e9cad41b70f9299bb6da980383010fe460a09698ed9b165c9974e319ad15

Contents?: true

Size: 237 Bytes

Versions: 4

Compression:

Stored size: 237 Bytes

Contents

<%= bootstrap_form_for(@translation) do |f| %>
  <%= f.text_field :locale %>
  <%= f.text_field :key %>
  <%= f.text_area :value %>
  <%= f.text_field :interpolations %>
  <%= f.check_box :is_proc %>
  <%= f.submit 'Create' %>
<% end %>

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
champollion-0.1.7 app/views/champollion/translations/_form.html.erb
champollion-0.1.7 spec/tmp/app/views/champollion/champollion/translations/_form.html.erb
champollion-0.1.6 app/views/champollion/translations/_form.html.erb
champollion-0.1.6 spec/tmp/app/views/champollion/champollion/translations/_form.html.erb