Sha256: 493fd935cd6a1d9926ee1d47f185c7ba4ae051976aae923b1b4473e91b44ae27
Contents?: true
Size: 900 Bytes
Versions: 56
Compression:
Stored size: 900 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.localize -%> </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
56 entries across 55 versions & 2 rubygems