Sha256: 0138e7621b957603d8094a0ee9679d21828eb6e57ece7e95d5370cf0fd64e365

Contents?: true

Size: 632 Bytes

Versions: 10

Compression:

Stored size: 632 Bytes

Contents

<div id="content_detail" class="ui-corner-all ui-widget-content">
<h1 class="title"><%= t('page.editing', model: t('activerecord.models.picture_file')) -%></h1>
<div id="content_list">

<%= form_for(@picture_file) do |f| -%>
  <%= f.error_messages -%>

  <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.show'), @picture_file -%></li>
    <li><%= link_to t('page.back'), :back -%></li>
  </ul>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
enju_biblio-0.3.9 app/views/picture_files/edit.html.erb
enju_biblio-0.4.0.rc.1 app/views/picture_files/edit.html.erb
enju_biblio-0.3.8 app/views/picture_files/edit.html.erb
enju_biblio-0.3.7 app/views/picture_files/edit.html.erb
enju_biblio-0.3.6 app/views/picture_files/edit.html.erb
enju_biblio-0.4.0.beta.2 app/views/picture_files/edit.html.erb
enju_biblio-0.4.0.beta.1 app/views/picture_files/edit.html.erb
enju_biblio-0.3.5 app/views/picture_files/edit.html.erb
enju_biblio-0.3.4 app/views/picture_files/edit.html.erb
enju_biblio-0.3.3 app/views/picture_files/edit.html.erb