fixing jobs

This commit is contained in:
albert
2011-08-15 19:41:50 -04:00
parent 1c2ec028d3
commit c8067a4691
17 changed files with 73 additions and 124 deletions

View File

@@ -37,7 +37,7 @@ module PostSetPresenters
elsif max_date - min_date == 6
min_date.strftime("Week of %B %d, %Y")
else
date.strftime("Month of %B %Y")
date.strftime("%B %Y")
end
end
end