Sha256: ad85516c39c7ca487d82d021b707fa36ab7efadbbaa2132229c597421756cfb7

Contents?: true

Size: 655 Bytes

Versions: 57

Compression:

Stored size: 655 Bytes

Contents

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

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

  <div class="field">
    <%= f.label :event_import_file_name -%><br />
    <%= f.text_field :event_import_file_name -%>
  </div>
  <div class="actions">
    <%= f.submit %>
  </div>
<%- end -%>

</div>
</div>

<div id="submenu" class="ui-corner-all">
  <ul>
    <li><%= link_to t('page.show'), @event_import_file -%></li>
    <li><%= link_to t('page.back'), event_import_files_path -%></li>
  </ul>
</div>

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
enju_event-0.1.17.pre17 app/views/event_import_files/edit.html.erb
enju_event-0.1.17.pre16 app/views/event_import_files/edit.html.erb
enju_event-0.1.17.pre15 app/views/event_import_files/edit.html.erb
enju_event-0.1.17.pre14 app/views/event_import_files/edit.html.erb
enju_event-0.1.17.pre13 app/views/event_import_files/edit.html.erb
enju_event-0.1.17.pre12 app/views/event_import_files/edit.html.erb
enju_event-0.1.17.pre11 app/views/event_import_files/edit.html.erb
enju_event-0.1.17.pre10 app/views/event_import_files/edit.html.erb
enju_event-0.1.17.pre9 app/views/event_import_files/edit.html.erb
enju_event-0.1.17.pre8 app/views/event_import_files/edit.html.erb
enju_event-0.1.17.pre7 app/views/event_import_files/edit.html.erb
enju_event-0.1.17.pre6 app/views/event_import_files/edit.html.erb
enju_event-0.1.17.pre5 app/views/event_import_files/edit.html.erb
enju_event-0.1.17.pre4 app/views/event_import_files/edit.html.erb
enju_event-0.1.17.pre3 app/views/event_import_files/edit.html.erb
enju_event-0.1.17.pre2 app/views/event_import_files/edit.html.erb
enju_event-0.1.17.pre app/views/event_import_files/edit.html.erb
enju_event-0.1.16 app/views/event_import_files/edit.html.erb
enju_event-0.1.15 app/views/event_import_files/edit.html.erb
enju_event-0.1.13 app/views/event_import_files/edit.html.erb