Sha256: 42c3632bba502ee5f1289408891b55df2f788a144769b431c55871a3093a772c
Contents?: true
Size: 903 Bytes
Versions: 3
Compression:
Stored size: 903 Bytes
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <h1 class="title"><%= t('page.showing', model: t('activerecord.models.identifier_type')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.attributes.identifier_type.name') -%>:</strong> <%= @identifier_type.name -%> </p> <p> <strong><%= t('activerecord.attributes.identifier_type.display_name') -%>:</strong> <%= @identifier_type.display_name -%> </p> <p> <strong><%= t('activerecord.attributes.identifier_type.note') -%>:</strong> <%= @identifier_type.note -%> </p> </div> </div> <div id="submenu" class="ui-corner-all ui-widget-content"> <ul> <%- if policy(@identifier_type).update? -%> <li><%= link_to t('page.edit'), edit_identifier_type_path(@identifier_type) -%></li> <%- end -%> <li><%= back_to_index(flash[:page_info]) -%></li> </ul> </div>
Version data entries
3 entries across 3 versions & 1 rubygems