Sha256: dd1f982f0690b6eb73222619ad8226b5235e69e92db3283afbb52357f60b013b
Contents?: true
Size: 557 Bytes
Versions: 3
Compression:
Stored size: 557 Bytes
Contents
<%= row do %> <%= span(4) do %> <% @text.photos.each do |photo| %> <%= link_to(photo.url, :rel => "facebox", :class => "thumbnail-vertical") do %> <%= image_tag photo.url(:box), :class => :desaturate %> <% end %> <% end %> <% end %> <%= span(8) do %> <section> <div class="section-title"> <%= @text.section %> </div> </section> <section> <h1 class='title'><%= @text.title %></h1> <div> <%= raw @text.text %> </div> </section> <% end %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems