Sha256: 3cb96ef971e7e72c7d21de83d48e1be2d1767239bc4dc6a1b9d387042b90b519

Contents?: true

Size: 729 Bytes

Versions: 28

Compression:

Stored size: 729 Bytes

Contents

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

<p>
  <strong><%= t('activerecord.models.agent') -%>:</strong>
  <%= link_to @participate.agent.full_name, @participate.agent %>
</p>

<p>
  <strong><%= t('activerecord.models.event') -%>:</strong>
  <%= link_to @participate.event.display_name.localize, @participate.event %>
</p>

</div>
</div>

<div id="submenu" class="ui-corner-all ui-widget-content">
  <ul>
    <li><%= link_to t('page.edit'), edit_participate_path(@participate) %></li>
    <li><%= back_to_index(flash[:page_info]) %></li>
  </ul>
</div>

Version data entries

28 entries across 28 versions & 1 rubygems

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