Sha256: ea1a728da3b7dfb503e702c9fdd3f155078a673fb8128960e88373ffdc15cefd
Contents?: true
Size: 343 Bytes
Versions: 26
Compression:
Stored size: 343 Bytes
Contents
<div class="page-header"> <h1><%= human_name.titleize %> #<%%= @<%= singular_table_name %>.id %></h1> </div> <dl class="dl-horizontal"> <% attributes.each do |attribute| -%> <dt><%= attribute.human_name %></dt> <dd><%%= @<%= singular_table_name %>.<%= attribute.name %><%= "?" if attribute.type == :boolean %> %></dd> <% end -%> </dl>
Version data entries
26 entries across 26 versions & 2 rubygems