Sha256: 4364c760c3d28c52ecb472b31c86f951e58bc82f67baa79c399839610d9ea3c5

Contents?: true

Size: 316 Bytes

Versions: 3

Compression:

Stored size: 316 Bytes

Contents

<%- content_for(:title) { @title } -%>
<h1><%= @title %></h1>

<table>
<%- @specs.each do |spec| -%>
  <tr>
    <td><%= spec.homepage ? link_to(spec.name, spec.homepage) : spec.name %></td>
    <td><%= Arigato::View.author(spec) %></td>
  </tr>
<%- end -%>
</table>

<hr />

</p>
  <a href="/">Back to Home</a>
</p>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
arigato-0.1.5 lib/arigato/themes/default/content.html.erb
arigato-0.1.4 lib/arigato/themes/default/content.html.erb
arigato-0.1.3 lib/arigato/themes/default/content.html.erb