Sha256: 622da1705d3e26904373020915070a4349bbe5e8ddab0367980e14c4867aa9b1
Contents?: true
Size: 337 Bytes
Versions: 2
Compression:
Stored size: 337 Bytes
Contents
<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><%= author(spec) %></td> </tr> <%- end -%> </table> <hr /> </p> <a href="/" class="btn">Back to Home</a> </p>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
arigato-0.1.1 | lib/arigato/themes/bootstrap/content.html.erb |
arigato-0.1.0 | lib/arigato/themes/bootstrap/content.html.erb |