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