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