Sha256: 57d378e4041290ed951098d242b64c6dd04b60070d6300ea58547556c6ef8ded

Contents?: true

Size: 300 Bytes

Versions: 8

Compression:

Stored size: 300 Bytes

Contents

<%= render partial: "breadcrumb" %>

<table class="table table-bordere table-striped">
  <% @resource_service.attrs_for_show.each do |attr| %>
    <tr>
      <th><%= @resource_class.human_attribute_name(attr) %></th>
      <td><%= column_value(@resource, attr) %></td>
    </tr>
  <% end %>
</table>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
godmin-1.0.0 app/views/godmin/resource/show.html.erb
godmin-0.12.4 app/views/godmin/resource/show.html.erb
godmin-0.12.3 app/views/godmin/resource/show.html.erb
godmin-0.12.2 app/views/godmin/resource/show.html.erb
godmin-0.12.1 app/views/godmin/resource/show.html.erb
godmin-0.12.0 app/views/godmin/resource/show.html.erb
godmin-0.11.2 app/views/godmin/resource/show.html.erb
godmin-0.11.1 app/views/godmin/resource/show.html.erb