Sha256: bb851f0f4b9377c609b3fc26a91bcfe39dd116afa34cbe6cf8353e5f8208a276
Contents?: true
Size: 720 Bytes
Versions: 3
Compression:
Stored size: 720 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, @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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
enju_event-0.4.0.rc.1 | app/views/participates/show.html.erb |
enju_event-0.4.0.beta.2 | app/views/participates/show.html.erb |
enju_event-0.4.0.beta.1 | app/views/participates/show.html.erb |