RS MS photos are no longer ginormous, and also a small bug where photos were going to the status message show page.

This commit is contained in:
maxwell 2010-07-20 11:41:50 -07:00
parent e08ed8805f
commit e856945a94
3 changed files with 6 additions and 1 deletions

View file

@ -9,7 +9,7 @@
= link_to (image_tag post.image.url(:thumb_medium)), object_path(post)
%div.time
= link_to(how_long_ago(post), status_message_path(post))
= link_to(how_long_ago(post), photo_path(post))
\--
= link_to "show comments (#{post.comments.count})", '#', :class => "show_post_comments"
= render "comments/comments", :post => post

View file

@ -17,6 +17,9 @@ a {
a:hover {
color: #018790; }
img {
width: 100%; }
#flash_notice,
#flash_error,
#flash_alert {

View file

@ -16,6 +16,8 @@ a
:font-weight bold
&:hover
:color #018790
img
:width 100%
#flash_notice,
#flash_error,