Sha256: 9a93167761a0cd553f081cf04c3aecfe68b2a4e0c50b5d51c1d706866c5dae03

Contents?: true

Size: 696 Bytes

Versions: 5

Compression:

Stored size: 696 Bytes

Contents

<div id="content_detail" class="ui-corner-all">
<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">
  <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

5 entries across 5 versions & 1 rubygems

Version Path
enju_event-0.1.17.pre17 app/views/participates/show.html.erb
enju_event-0.1.17.pre16 app/views/participates/show.html.erb
enju_event-0.1.17.pre15 app/views/participates/show.html.erb
enju_event-0.1.17.pre14 app/views/participates/show.html.erb
enju_event-0.1.17.pre13 app/views/participates/show.html.erb