Created
July 21, 2012 05:30
-
-
Save chintanparikh/3154725 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%- if i%3 == 0 %> | |
<div class="row-fluid"> | |
<% end %> | |
<div class="span4"> | |
<h2>For sale</h2> | |
<div class="well"> | |
<ul> | |
<li><a href="#">Textbooks</a></li> | |
<li><a href="#">Furniture</a></li> | |
<li><a href="#">Kitchen Appliances</a></li> | |
<li><a href="#">Computers</a></li> | |
<li><a href="#">Misc. Electronics</a></li> | |
<li><a href="#">Books</a></li> | |
</ul> | |
</div> | |
</div> | |
<%- if i%3 == 0 %> | |
</div> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment