Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Drogalis committed Jul 15, 2012
2 parents 79b854b + 259aa82 commit 1688e59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/views/posts/_post_tags.html.haml
@@ -1,4 +1,5 @@
.blog-post-tags
.blog-post-tags.small
%ul
- @post.tag_list.each do |tag|
%li.post-tag= "#" + tag
%li.post-tag
= link_to ("#" + tag), post_tags_path(tag)

0 comments on commit 1688e59

Please sign in to comment.