Skip to content

Commit

Permalink
[#746] fix page-nav links too
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlarsen committed Nov 12, 2010
1 parent 19812b3 commit 38f1ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hobo/taglibs/rapid_plus.dryml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ An [worked example](/tutorials/agility#improve_the_project_page_with_a_searchabl
<do param="empty-message" if="empty?"><ht key="hobo.table_plus.empty" model="#{name.downcase}">No <collection-name lowercase/> to display</ht></do>


<page-nav param if="&this.respond_to?(:page_count) || this.respond_to?(:total_pages)"/>
<page-nav param params="&{:action=>action, :controller=>controller}" if="&this.respond_to?(:page_count) || this.respond_to?(:total_pages)"/>
</div>
</def>

Expand Down

0 comments on commit 38f1ba0

Please sign in to comment.