Sha256: cc92b0fda79a8cf42c597a99262bc20507454d2b14566fd937ef81059dd19ec2

Contents?: true

Size: 449 Bytes

Versions: 23

Compression:

Stored size: 449 Bytes

Contents

<%
  page_title = Typus::I18n.t("Show %{resource}", :resource => @resource.model_name.human)
  title(page_title)
%>

<% content_for :sidebar, build_sidebar %>

<h2>
  <%= page_title %>
  <small><%= list_actions %></small>
</h2>

<%= display_flash_message %>
<%= render 'show' %>

<dl>
  <% build_display(@item, fields).each do |attribute, type| %>
    <dt><%= attribute %></dt>
    <dd><%= type %></dd>
  <% end %>
</dl>

<%= typus_relationships %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
typus-3.0.12 app/views/admin/resources/show.html.erb
typus-3.1.0.rc14 app/views/admin/resources/show.html.erb
typus-3.0.11 app/views/admin/resources/show.html.erb
typus-3.1.0.rc13 app/themes/default/views/admin/resources/show.html.erb
typus-3.1.0.rc12 app/themes/default/views/admin/resources/show.html.erb
typus-3.0.11.rc5 app/views/admin/resources/show.html.erb
typus-3.1.0.rc11 app/themes/default/views/admin/resources/show.html.erb
typus-3.1.0.rc10 app/themes/default/views/admin/resources/show.html.erb
typus-3.0.11.rc4 app/views/admin/resources/show.html.erb
typus-3.1.0.rc9 app/themes/default/views/admin/resources/show.html.erb
typus-3.0.11.rc3 app/views/admin/resources/show.html.erb
typus-3.1.0.rc8 app/views/admin/resources/show.html.erb
typus-3.1.0.rc7 app/views/admin/resources/show.html.erb
typus-3.1.0.rc6 app/views/admin/resources/show.html.erb
typus-3.1.0.rc5 app/views/admin/resources/show.html.erb
typus-3.1.0.rc4 app/views/admin/resources/show.html.erb
typus-3.1.0.rc3 app/views/admin/resources/show.html.erb
typus-3.1.0.rc2 app/views/admin/resources/show.html.erb
typus-3.0.11.rc2 app/views/admin/resources/show.html.erb
typus-3.0.11.rc1 app/views/admin/resources/show.html.erb