Sha256: f2123482abadfc8b76ab7be0945132ac22789a9770fa4764964a7457d6287a43

Contents?: true

Size: 286 Bytes

Versions: 5

Compression:

Stored size: 286 Bytes

Contents

<%= render partial: "breadcrumb" %>

<table class="table 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

5 entries across 5 versions & 1 rubygems

Version Path
godmin-1.4.0 app/views/godmin/resource/show.html.erb
godmin-1.3.1 app/views/godmin/resource/show.html.erb
godmin-1.3.0 app/views/godmin/resource/show.html.erb
godmin-1.2.0 app/views/godmin/resource/show.html.erb
godmin-1.1.0 app/views/godmin/resource/show.html.erb