Sha256: 527acd1181863287d724d7f555fff91bfab4adc5c08534fc81859ca6cebc2c52
Contents?: true
Size: 247 Bytes
Versions: 35
Compression:
Stored size: 247 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
35 entries across 35 versions & 1 rubygems