Sha256: 427ffdf5b70fab9d1ad1cafcfc776d223b7aded7bcc6ffa3f3641f21eecbdec7

Contents?: true

Size: 891 Bytes

Versions: 3

Compression:

Stored size: 891 Bytes

Contents

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

<p>
  <strong><%= t('activerecord.attributes.medium_of_performance.name') -%>:</strong>
  <%= @medium_of_performance.name -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.medium_of_performance.display_name') -%>:</strong>
  <%= @medium_of_performance.display_name -%>
</p>

<p>
  <strong><%= t('activerecord.attributes.medium_of_performance.note') -%>:</strong>
  <%= @medium_of_performance.note -%>
</p>

</div>
</div>

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_biblio-0.4.0.rc.1 app/views/medium_of_performances/show.html.erb
enju_biblio-0.4.0.beta.2 app/views/medium_of_performances/show.html.erb
enju_biblio-0.4.0.beta.1 app/views/medium_of_performances/show.html.erb