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