Sha256: 0dee786a97cf2aeefafa11142034ecf6fbacedb5d85291f3c3d16d5a4c080c51
Contents?: true
Size: 893 Bytes
Versions: 3
Compression:
Stored size: 893 Bytes
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <h1 class="title"><%= t('page.new', :model => t('activerecord.models.picture_file')) -%></h1> <div id="content_list"> <%= form_for(@picture_file, :url => picture_files_path, :html => { :multipart => true, :method => :post }) do |f| -%> <% if @picture_file.errors.any? %> <div id="error_explanation"> <ul> <li><%= t('picture_file.invalid_file') %></li> </ul> </div> <% end %> <%= f.hidden_field :picture_attachable_id -%> <%= f.hidden_field :picture_attachable_type -%> <div class="field"> <%= f.label t('page.file') -%><br /> <%= f.file_field :picture -%> </div> <div class="actions"> <%= f.submit %> </div> <%- end -%> </div> </div> <div id="submenu" class="ui-corner-all ui-widget-content"> <ul> <li><%= link_to t('page.back'), :back -%></li> </ul> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
enju_biblio-0.1.0.pre55 | app/views/picture_files/new.html.erb |
enju_biblio-0.1.0.pre54 | app/views/picture_files/new.html.erb |
enju_biblio-0.1.0.pre53 | app/views/picture_files/new.html.erb |