Sha256: ccef36ad7116d48def4aff19b2a332a034a98eb33049d258e62bd8333b0e6c69

Contents?: true

Size: 772 Bytes

Versions: 31

Compression:

Stored size: 772 Bytes

Contents

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

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

  <div class="field">
    <%= f.label t('activerecord.models.agent') -%><br />
    <%= f.text_field :agent_id %>
  </div>
  <div class="field">
    <%= f.label t('activerecord.models.event') -%><br />
    <%= f.text_field :event_id %>
  </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'), @participate %></li>
    <li><%= link_to t('page.back'), participates_path %></li>
  </ul>
</div>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
enju_event-0.3.5 app/views/participates/edit.html.erb
enju_event-0.4.0.rc.1 app/views/participates/edit.html.erb
enju_event-0.3.4 app/views/participates/edit.html.erb
enju_event-0.3.3 app/views/participates/edit.html.erb
enju_event-0.4.0.beta.2 app/views/participates/edit.html.erb
enju_event-0.4.0.beta.1 app/views/participates/edit.html.erb
enju_event-0.3.2 app/views/participates/edit.html.erb
enju_event-0.3.1 app/views/participates/edit.html.erb
enju_event-0.3.0 app/views/participates/edit.html.erb
enju_event-0.3.0.rc.1 app/views/participates/edit.html.erb
enju_event-0.3.0.beta.1 app/views/participates/edit.html.erb
enju_event-0.2.3 app/views/participates/edit.html.erb
enju_event-0.2.2 app/views/participates/edit.html.erb
enju_event-0.2.1 app/views/participates/edit.html.erb
enju_event-0.2.0 app/views/participates/edit.html.erb
enju_event-0.2.0.beta.4 app/views/participates/edit.html.erb
enju_event-0.2.0.beta.3 app/views/participates/edit.html.erb
enju_event-0.2.0.beta.2 app/views/participates/edit.html.erb
enju_event-0.2.0.beta.1 app/views/participates/edit.html.erb
enju_event-0.1.19 app/views/participates/edit.html.erb