Sha256: 71259cbc3ea4489d59dd19b5cb2f7f225d3a5d12049667607ac0e4e0db0c77aa

Contents?: true

Size: 454 Bytes

Versions: 2

Compression:

Stored size: 454 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>

<%= raw typus_relationships %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typus-3.0.8 app/views/admin/resources/show.html.erb
typus-3.0.7 app/views/admin/resources/show.html.erb