Sha256: 27ce7ec3a040c50c33801c32383b1e7ba80d19919ead8ff6a706cf524a5b55ea

Contents?: true

Size: 478 Bytes

Versions: 3

Compression:

Stored size: 478 Bytes

Contents

<div id="interpret_live_edit">
  <% if @translation %>
    <%= form_for @translation, :url => interpret_translation_path(@translation) do |f| %>
      <%= f.text_area :value, :value => @translation.value  %>
      <br/>
      <%= f.submit %>
    <% end %>
  <% else %>
    This translation does not exists yet. You should go to the interpret backoffice interaface and create it from there, this functionality is not yet supported by this live edition feature
  <% end %>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
interpret-0.2.1 app/views/interpret/translations/live_edit.html.erb
interpret-0.2.0 app/views/interpret/translations/live_edit.html.erb
interpret-0.1.5 app/views/interpret/translations/live_edit.html.erb