Sha256: c3be253f56822e612895374041893898530019d9dbb9e2466e5c8beb0ea233c9

Contents?: true

Size: 288 Bytes

Versions: 1

Compression:

Stored size: 288 Bytes

Contents

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

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

<hr />

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arigato-0.1.2 lib/arigato/themes/default/content.html.erb