Sha256: 7bbbc855d06855087b892b969c8c00568dd9267e4f4909db2934c9bc63dc338b
Contents?: true
Size: 1.02 KB
Versions: 11
Compression:
Stored size: 1.02 KB
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <h1 class="title"><%= t('page.showing', model: t('activerecord.models.manifestation_custom_property')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.attributes.manifestation_custom_property.name') %>:</strong> <%= @manifestation_custom_property.name %> </p> <p> <strong><%= t('activerecord.attributes.manifestation_custom_property.display_name') %>:</strong> <%= @manifestation_custom_property.display_name.localize %> </p> <p> <strong><%= t('activerecord.attributes.manifestation_custom_property.note') %>:</strong> <%= @manifestation_custom_property.note %> </p> </div> </div> <div id="submenu" class="ui-corner-all ui-widget-content"> <ul> <li><%= link_to t('page.edit'), edit_manifestation_custom_property_path(@manifestation_custom_property) %></li> <li><%= link_to t('page.back'), manifestation_custom_properties_path %></li> </ul> </div>
Version data entries
11 entries across 11 versions & 1 rubygems