aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/posts/index.html.erb
Commit message (Collapse)AuthorAgeFilesLines
* Closes GH-34. Pagination was already in the public controller, the index ↵Joe Sak2011-02-161-0/+1
| | | | | | view template "just" needed will_paginate Should probably add basic CSS style or make it say older / newer? Open to suggestions
* .html_safe failed on empty body & sidebody contentJoe Sak2011-02-151-2/+2
|
* Make the body content work when there are not this many parts.Philip Arndt2010-12-131-2/+2
|
* Set page output to html_safe.Phil Spitler2010-12-121-2/+2
|
* Moved 'no blog posts' text to locale file.Uģis Ozols2010-12-031-5/+7
|
* Consistent whitespace.Philip Arndt2010-11-231-1/+1
|
* More deprecation warnings foundJoe Sak2010-11-201-1/+1
|
* Archive listing, views, helpersJoe Sak2010-11-181-0/+3
| | | | | | @page added to PostsController TODO: language file stuff -- I left comments in the view files where these belong. I don't know how to test them from here
* HTML5'dJoe Sak2010-09-211-2/+2
|
* add side bar rss subscribe block and display it on various viewsdjones2010-09-141-0/+1
|
* refactoring the frontend to use more partials, separate out the categories ↵djones2010-09-061-0/+16
into it's own controller, namespace the blog into it's own folder and create a base blog controller for handling common front end tasks