better range text for explore popular

This commit is contained in:
albert
2011-08-15 12:19:09 -04:00
parent dafe322b77
commit c6b1778145
2 changed files with 12 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<div id="c-explore-posts">
<div id="a-index">
<h1>Explore: <%= @post_set.min_date %> &ndash; <%= @post_set.max_date %></h1>
<h1>Explore: <%= @post_set.presenter.range_text %></h1>
<%= render "date_explore", :post_set => @post_set %>