Sha256: b45c944ae72fd3df5c58b9fea942fd129fea62d1688611b5d2bbd5c8258d4767

Contents?: true

Size: 882 Bytes

Versions: 36

Compression:

Stored size: 882 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 policy(@content_type).update? -%>
      <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

36 entries across 35 versions & 2 rubygems

Version Path
enju_biblio-0.3.18 app/views/content_types/show.html.erb
enju_biblio-0.3.17 app/views/content_types/show.html.erb
enju_biblio-0.3.16 app/views/content_types/show.html.erb
enju_biblio-0.3.15 app/views/content_types/show.html.erb
enju_biblio-0.3.14 app/views/content_types/show.html.erb
enju_biblio-0.3.13 app/views/content_types/show.html.erb
enju_biblio-0.3.12 app/views/content_types/show.html.erb
enju_biblio-0.3.11 app/views/content_types/show.html.erb
enju_biblio-0.3.10 app/views/content_types/show.html.erb
enju_biblio-0.3.10.rc.3 app/views/content_types/show.html.erb
enju_biblio-0.3.10.rc.2 app/views/content_types/show.html.erb
enju_biblio-0.3.10.rc.1 app/views/content_types/show.html.erb
enju_biblio-0.3.9 app/views/content_types/show.html.erb
enju_biblio-0.3.8 app/views/content_types/show.html.erb
enju_biblio-0.3.7 app/views/content_types/show.html.erb
enju_biblio-0.3.6 app/views/content_types/show.html.erb
enju_biblio-0.3.5 app/views/content_types/show.html.erb
enju_biblio-0.3.4 app/views/content_types/show.html.erb
enju_biblio-0.3.3 app/views/content_types/show.html.erb
enju_biblio-0.3.2 app/views/content_types/show.html.erb