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

Version Path
noodall-ui-0.5.15 lib/generators/noodall/template/templates/template.html.erb
noodall-ui-0.5.14 lib/generators/noodall/template/templates/template.html.erb
noodall-ui-0.5.13 lib/generators/noodall/template/templates/template.html.erb
noodall-ui-0.5.12 lib/generators/noodall/template/templates/template.html.erb
noodall-ui-0.5.11 lib/generators/noodall/template/templates/template.html.erb
noodall-ui-0.5.10 lib/generators/noodall/template/templates/template.html.erb
noodall-ui-0.5.9 lib/generators/noodall/template/templates/template.html.erb
noodall-ui-0.5.8 lib/generators/noodall/template/templates/template.html.erb
noodall-ui-0.5.7 lib/generators/noodall/template/templates/template.html.erb
noodall-ui-0.5.6 lib/generators/noodall/template/templates/template.html.erb
noodall-ui-0.5.5 lib/generators/noodall/template/templates/template.html.erb
noodall-ui-0.5.4 lib/generators/noodall/template/templates/template.html.erb
noodall-ui-0.5.3 lib/generators/noodall/template/templates/template.html.erb
noodall-ui-0.5.2 lib/generators/noodall/template/templates/template.html.erb
noodall-ui-0.5.1 lib/generators/noodall/template/templates/template.html.erb
noodall-ui-0.5.0 lib/generators/noodall/template/templates/template.html.erb