Sha256: a8a23ebc9c6d9559ca23ca998645bfb7e6605276c6003b42ec7ab30868d15150

Contents?: true

Size: 863 Bytes

Versions: 2

Compression:

Stored size: 863 Bytes

Contents

<div class="hero-unit">
  <h1>Hello, world!</h1>
  <p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
  <p><a class="btn btn-primary btn-large">Learn more &raquo;</a></p>
</div>

<%= spans %w(asfd qwer zxcv), fluid: true do |word| %>
  <h2><%= word %></h2>
  <p>content</p>
<% end %>

<%= spans @posts, :fluid => true, :span => 3 do |post| %>
  <h2><%= post.title %></h2>
  <p><%= post.content %></p>
  <p><%= link_to "View details", post, :class => "btn" %></p>
<% end %>

<%= thumbs @posts, "image_url", :span => 2 %>

<%= thumbs @posts, "image_url" do |post| %>
  <h2><%= post.title %></h2>
  <p><%= post.content %></p>
  <p><a class="btn" href="#">View details &raquo;</a></p>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tj_bootstrap_helper-0.0.2 test/dummy/app/views/home/index.html.erb
tj_bootstrap_helper-0.0.1 test/dummy/app/views/home/index.html.erb