Sha256: 42940880da8355cbc9d33ba9920d49c252470533426840f0bc27f3caa420d61d
Contents?: true
Size: 454 Bytes
Versions: 20
Compression:
Stored size: 454 Bytes
Contents
<% form_tag :controller => 'admin/locales', :action => 'create' do -%> <p><label for="name">Name</label><br/> <%= text_field_tag 'name' %> <span class="small grey italic">(example: English)</span></p> <p><label for="code">Code</label><br/> <%= text_field_tag 'code' %> <span class="small grey italic">(example: en-US)</span></p> <p><%= submit_tag 'Create' %> or <%= link_to "back to the translations", admin_translations_path %></p> <% end %>
Version data entries
20 entries across 20 versions & 1 rubygems