Sha256: 0670001eeb71f27b5103c5656a7a0649afc45a3cbc9ab1c305c1b5b360d6f8d4

Contents?: true

Size: 401 Bytes

Versions: 4

Compression:

Stored size: 401 Bytes

Contents

<table class='table table-hover table-bordered'>
  <tr>
    <th>Attribute</th>
    <th>Value</th>
  </tr>
  <% model_class.column_names.each do |model_column_name| %>
      <tr>
        <th><%= model_column_name %></th>
        <td><%= model_data.send(model_column_name) %></td>
      </tr>
  <% end %>
  <tr>
    <th>Actions</th>
    <td>
      <%= link_to 'Back', :back %>
    </td>
  </tr>
</table>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
model_info-1.0.0 app/views/model_info/shared/_show.html.erb
model_info-0.0.9 app/views/model_info/shared/_show.html.erb
model_info-0.0.8 app/views/model_info/shared/_show.html.erb
model_info-0.0.7 app/views/model_info/shared/_show.html.erb