Sha256: a70df0937207ab624e652fd55239bb86ec96b2db0ef9cca90290554b85c326a1
Contents?: true
Size: 249 Bytes
Versions: 16
Compression:
Stored size: 249 Bytes
Contents
<h1><%%= @node.title %></h1> <%%= @node.body.html_safe %> <% unless attributes.empty? -%> <dl> <% for attribute in attributes -%> <dt><%= attribute.name.titleize %></dt> <dd><%%= @node.<%= attribute.name %> %></dd> <% end -%> </dl> <% end -%>
Version data entries
16 entries across 16 versions & 1 rubygems