Sha256: 9d438c20fc61fa9e2de8f707f0fbc833c6b49d9ded9b8b34cc9cc356011c9eed

Contents?: true

Size: 732 Bytes

Versions: 12

Compression:

Stored size: 732 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="field">
    <%= render 'picture_files/link', picture_file: @picture_file %>
  </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

12 entries across 12 versions & 1 rubygems

Version Path
enju_biblio-0.3.18 app/views/picture_files/edit.html.erb
enju_biblio-0.3.17 app/views/picture_files/edit.html.erb
enju_biblio-0.3.16 app/views/picture_files/edit.html.erb
enju_biblio-0.3.15 app/views/picture_files/edit.html.erb
enju_biblio-0.3.14 app/views/picture_files/edit.html.erb
enju_biblio-0.3.13 app/views/picture_files/edit.html.erb
enju_biblio-0.3.12 app/views/picture_files/edit.html.erb
enju_biblio-0.3.11 app/views/picture_files/edit.html.erb
enju_biblio-0.3.10 app/views/picture_files/edit.html.erb
enju_biblio-0.3.10.rc.3 app/views/picture_files/edit.html.erb
enju_biblio-0.3.10.rc.2 app/views/picture_files/edit.html.erb
enju_biblio-0.3.10.rc.1 app/views/picture_files/edit.html.erb