Sha256: d4ec886659c9136b5441b2d9bae6f46f368ed124fd96f708acdb512fdf8d3b97
Contents?: true
Size: 234 Bytes
Versions: 2
Compression:
Stored size: 234 Bytes
Contents
<h1><%= @title %></h1> <table> <%- @specs.each do |spec| -%> <tr> <td><%= link_to spec.name, spec.homepage %></td> <td><%= author(spec) %></td> </tr> <%- end -%> </table> <hr /> </p> <a href="/">Back to Home</a> </p>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
arigato-0.1.1 | lib/arigato/themes/default/content.html.erb |
arigato-0.1.0 | lib/arigato/themes/default/content.html.erb |