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:
parent
e08ed8805f
commit
e856945a94
3 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -17,6 +17,9 @@ a {
|
|||
a:hover {
|
||||
color: #018790; }
|
||||
|
||||
img {
|
||||
width: 100%; }
|
||||
|
||||
#flash_notice,
|
||||
#flash_error,
|
||||
#flash_alert {
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@ a
|
|||
:font-weight bold
|
||||
&:hover
|
||||
:color #018790
|
||||
img
|
||||
:width 100%
|
||||
|
||||
#flash_notice,
|
||||
#flash_error,
|
||||
|
|
|
|||
Loading…
Reference in a new issue