Skip to content

Commit

Permalink
some layout and pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Oct 4, 2009
1 parent 240cf1f commit c5583ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/views/commands/_option.erb
Expand Up @@ -12,4 +12,5 @@
<%=option.description%>
</div>
</div>
<div class="clear"></div>
<div class="clear"></div>
<br />
8 changes: 6 additions & 2 deletions app/views/commands/index.erb
@@ -1,2 +1,6 @@
<%= @commands.size %>
<%= render :partial => 'command', :collection => @commands %>
<br />
<%= will_paginate %>
<br />
<%= render :partial => 'command', :collection => @commands %>
<br />
<%= will_paginate %>

0 comments on commit c5583ee

Please sign in to comment.