removed breakpointer
author<mako@atdot.cc> <>
Fri, 24 Aug 2007 19:01:53 +0000 (15:01 -0400)
committer<mako@atdot.cc> <>
Fri, 24 Aug 2007 19:01:53 +0000 (15:01 -0400)
app/views/quickvote/my_quickvotes.rhtml

index 4788bb17fc35ef9813bd595007381f44d7eccefa..a512c7f517fb8db8db8e5dea825f26bedee2ac14 100644 (file)
@@ -1,4 +1,3 @@
-<% breakpoint %>
 <table class="voterbox">
   <tr>
   <% ["Name", "Start Date", "End Date", "Description"].each do |column| %>
@@ -17,4 +16,4 @@
        <td><%= quickvote.description %>
   </tr>
 <% end %>
-</table>       
\ No newline at end of file
+</table>       

Benjamin Mako Hill || Want to submit a patch?