Changesets can be listed by changeset number.
The Git repository is here.
Changeset 446
Fix Ticket #353.
- Comitted by: rool
- Date: Monday September 02 08:11:57 2013 (over 11 years ago)
Affected files:
rool/rails/beast/trunk/app/views/topics/show.rhtml:
prev. | current | |
<%= submit_tag( 'Change', { :name => 'posts_per_page_change', :style => 'font-size: 9pt' } ) %> | ||
<% end %> | ||
</div> | ||
90 | ||
90 | <p class="pages">Pages: <strong><%= pagination_links @post_pages, :window_size => 10, :params => { :posts_per_page => params[ :posts_per_page ] } %></strong></p> | |
<% end -%> | ||
<a name="<%= @posts.first.dom_id %>" id="<%= @posts.first.dom_id %>" class="spacer_link"> </a> | ||
... | ... | |
<% end %> | ||
<% if @post_pages.page_count > 1 -%> | ||
144 | ||
144 | <p class="pages">Pages: <strong><%= pagination_links @post_pages, :window_size => 10, :params => { :posts_per_page => params[ :posts_per_page ] } %></strong></p> | |
<% end -%> | ||
<% if logged_in? %> |