Sha256: e4be25edd7d402d74d07cfb8d720d37ca5a42801a25739424e2602935ed57816

Contents?: true

Size: 819 Bytes

Versions: 11

Compression:

Stored size: 819 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>
    <li><%= link_to t('page.edit'), edit_content_type_path(@content_type) -%></li>
    <li><%= back_to_index(flash[:page_info]) -%></li>
  </ul>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre66 app/views/content_types/show.html.erb
enju_biblio-0.1.0.pre65 app/views/content_types/show.html.erb
enju_biblio-0.1.0.pre64 app/views/content_types/show.html.erb
enju_biblio-0.1.0.pre63 app/views/content_types/show.html.erb
enju_biblio-0.1.0.pre62 app/views/content_types/show.html.erb
enju_biblio-0.1.0.pre61 app/views/content_types/show.html.erb
enju_biblio-0.1.0.pre60 app/views/content_types/show.html.erb
enju_biblio-0.1.0.pre59 app/views/content_types/show.html.erb
enju_biblio-0.1.0.pre58 app/views/content_types/show.html.erb
enju_biblio-0.1.0.pre57 app/views/content_types/show.html.erb
enju_biblio-0.1.0.pre56 app/views/content_types/show.html.erb