Sha256: 22487a6c00af0400bb21975a31019fa5865358aadbc69a16eb334ab28d14b5fa

Contents?: true

Size: 391 Bytes

Versions: 1

Compression:

Stored size: 391 Bytes

Contents

<%- content_for(:title) { @title } -%>
<div class="page-header">
  <h1><%= @title %></h1>
</div>

<table class="table table-condensed table-striped table-hover">
<%- @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="/" class="btn">Back to Home</a>
</p>

Version data entries

1 entries across 1 versions & 1 rubygems

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