Sha256: 91fce24105ccc24a941a076dea6db16922076da1a76758229efa0b4ea3a487cf

Contents?: true

Size: 390 Bytes

Versions: 6

Compression:

Stored size: 390 Bytes

Contents

<%= form_for [@localization_key, @localization], :html=>{:remote=>true} do |f| %>
  <%= f.label :translated_value %>
  <%= f.text_area :translated_value, :size=>"40x2", :class=>"input-xxlarge" %>
  <button class="btn" type="submit"><%= t('lit.common.update', :default=>"Update") %></button>
  <button class="btn cancel"><%= t('lit.common.cancel', :default=>'Cancel') %></button>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lit-0.0.4.3 app/views/lit/localizations/_form.html.erb
lit-0.0.4.2 app/views/lit/localizations/_form.html.erb
lit-0.0.4.1 app/views/lit/localizations/_form.html.erb
lit-0.0.4 app/views/lit/localizations/_form.html.erb
lit-0.0.3.1 app/views/lit/localizations/_form.html.erb
lit-0.0.3 app/views/lit/localizations/_form.html.erb