Sha256: 33adbc793556101f372716c97698ccab3c9f2ed8befdae553dc1f7c671d238d4
Contents?: true
Size: 419 Bytes
Versions: 3
Compression:
Stored size: 419 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><%= spec.homepage ? link_to(spec.name, spec.homepage) : spec.name %></td> <td><%= Arigato::View.author(spec) %></td> </tr> <%- end -%> </table> <hr /> </p> <a href="/" class="btn">Back to Home</a> </p>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
arigato-0.1.5 | lib/arigato/themes/bootstrap/content.html.erb |
arigato-0.1.4 | lib/arigato/themes/bootstrap/content.html.erb |
arigato-0.1.3 | lib/arigato/themes/bootstrap/content.html.erb |