* Missing files

* Work on post exploration code by traversing dates
This commit is contained in:
albert
2010-10-27 20:16:43 -04:00
parent f9cdcef2c0
commit fc0a076aca
32 changed files with 371 additions and 189 deletions

View File

@@ -53,7 +53,7 @@ module Paginators
elsif page == current_page
html << page.to_s
else
html << link(template, page)
html << paginated_link(template, page)
end
html << "</li>"
html.html_safe