Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
<% for work in @works %> <div id="workColumnOne"> <%= h work.title %> <br /> <div id="workSpecs"><%= h work.specs %></div> <%= h work.copy %> </div> <div id="workColumnTwo"> <% for art in work.artworks %> <% if art.category == 'focus' %> <div id="artFocus"> <%= image_tag(art.public_filename) %> </div> <% elsif art.category == 'general' %> <div id="artGeneral"> <%= image_tag(art.public_filename(:thumb)) %> </div> <% end %> <% end %> </div> <div id="workColumnThree"> <p class="workQuote"> <span class="quoteMarkLeft">"</span> <%= h work.quote %> <span class="quoteMarkRight">"</span> </p> </div> <% end %> <%= will_paginate @works %>
This paste will be private.
From the Design Piracy series on my blog: