Sha256: ee5b78584708f44761577492ff6c3e01e05610052a0b941c49663a9c9c4b64fb
Contents?: true
Size: 525 Bytes
Versions: 12
Compression:
Stored size: 525 Bytes
Contents
.container .page-header = link_to <%= index_helper %>_path, :class => 'btn btn-default' do %span.glyphicon.glyphicon-list-alt Back = link_to edit_<%= singular_table_name %>_path(@<%= singular_table_name %>), :class => 'btn btn-primary' do %span.glyphicon.glyphicon-pencil Edit %h1 Show <%= singular_table_name %> %dl.dl-horizontal <%- for attribute in attributes -%> %dt <%= attribute.human_name %>: %dd= @<%= singular_table_name %>.<%= attribute.name %> <%- end -%>
Version data entries
12 entries across 12 versions & 1 rubygems