Sha256: 605cfd0bf7cf17f5cfde0f2a314f6f2a6ddaa377697187a35b544513fd659ee6
Contents?: true
Size: 496 Bytes
Versions: 3
Compression:
Stored size: 496 Bytes
Contents
<p> <a href="{{path}}/_list/<%= pluralized_model_name %>/<%= pluralized_model_name %>">List <%= pluralized_model_name.humanize %></a> | <a href="{{path}}/_show/<%= model_name %>/{{id}}?edit">Edit <%= model_name.humanize %></a> | <a href="{{path}}/_show/<%= model_name %>/{{id}}?delete">Delete <%= model_name.humanize %></a> </p> <dl> <dt>ID</dt> <dd>{{id}}</dd> <% attributes.each do |attribute| -%> <dt><%= attribute.humanize %></dt> <dd>{{<%= attribute %>}}</dd> <% end -%> </dl>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rid-0.5.2 | lib/rid/generators/show/templates/show.mustache |
rid-0.5.1 | lib/rid/generators/show/templates/show.mustache |
rid-0.5.0 | lib/rid/generators/show/templates/show.mustache |