aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog_posts/show.html.erb
Commit message (Collapse)AuthorAgeFilesLines
* refactoring the frontend to use more partials, separate out the categories ↵djones2010-09-061-89/+0
| | | | 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
* put date under post title not on the sidedjones2010-09-061-2/+1
|
* change to pluraldjones2010-09-061-1/+1
|
* Hello rails3 support.Philip Arndt2010-09-031-0/+14
|
* Comment moderation now working in the backend. Of course it still happens ↵Philip Arndt2010-09-021-1/+1
| | | | automatically if the blog isn't moderated based on whether it's spam or not.
* Comments are now moderated automatically unless moderation is enabled and ↵Philip Arndt2010-08-301-23/+24
| | | | show up below posts.
* wrote rails engine for later, added ability to add comments and see ones ↵Philip Arndt2010-08-281-0/+37
| | | | already posted.
* display more frontend, create separate css for frontend and backend, ↵Philip Arndt2010-08-261-9/+14
| | | | namespace the js in the same fashion, now has full English support..
* frontend markup and categories.Philip Arndt2010-08-261-1/+14
|
* Initial commit - you can create, edit and delete a blog post and it respects ↵Philip Arndt2010-08-091-0/+20
the fact that it is draft or not.