Sha256: 70d0d372859a8bbd6f4c1df2a85147f3fe117ebc2679df13ae8b9ead4733b697

Contents?: true

Size: 147 Bytes

Versions: 6

Compression:

Stored size: 147 Bytes

Contents

<div class="row">
  <div class="col-3">
    <%= field.label %>
  </div>
  <div class="col-9">
    <%= field.value_for(resource) %>
  </div>
</div>

Version data entries

6 entries across 1 versions & 1 rubygems

Version Path
madmin-0.1.0 app/views/madmin/fields/check_box/_show.html.erb
madmin-0.1.0 app/views/madmin/fields/email/_show.html.erb
madmin-0.1.0 app/views/madmin/fields/number/_show.html.erb
madmin-0.1.0 app/views/madmin/fields/select/_show.html.erb
madmin-0.1.0 app/views/madmin/fields/text/_show.html.erb
madmin-0.1.0 app/views/madmin/fields/text_area/_show.html.erb