Sha256: 7b3e5f1f938634cea9e0294a63a0d5d9985b5f228f97c6b768e37ed56b365e74
Contents?: true
Size: 900 Bytes
Versions: 5
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.use_restriction')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.attributes.use_restriction.name') -%></strong> <%= @use_restriction.name -%> </p> <p> <strong><%= t('activerecord.attributes.use_restriction.display_name') -%></strong> <%= @use_restriction.display_name -%> </p> <p> <strong><%= t('activerecord.attributes.use_restriction.note') -%></strong> <%= @use_restriction.note -%> </p> </div> </div> <div id="submenu" class="ui-corner-all ui-widget-content"> <ul> <%- if policy(@use_restriction).update? -%> <li><%= link_to t('page.edit'), edit_use_restriction_path(@use_restriction) -%></li> <%- end -%> <li><%= back_to_index(flash[:page_info]) -%></li> </ul> </div>
Version data entries
5 entries across 5 versions & 1 rubygems