don't randomly fav things; fix wallpaper text on profile [ci skip]

This commit is contained in:
danielgrippi 2012-04-24 14:21:18 -07:00
parent a659b4daf8
commit 44f28b8220
3 changed files with 4 additions and 4 deletions

View file

@ -5,8 +5,8 @@ app.views.SmallFrame = app.views.Base.extend({
templateName : "small-frame",
events : {
"click .fav" : "favoritePost",
"click .content" : "goToPost"
"click .content" : "goToPost",
"click .fav" : "goToPost"
},
presenter : function(){

View file

@ -216,7 +216,7 @@ body {
}
&.day:not(.sticky-note),
&.has-text:not(.sticky-note),
&.has-text:not(.sticky-note):not(.wallpaper),
&.night:not(.sticky-note),
&.multi-photo:not(.sticky-note) {
.text-content {

View file

@ -1,6 +1,6 @@
<div class="content">
<a href="#" class="fav {{#if favorite}}faved{{/if}}"></a>
<span href="#" class="fav {{#if favorite}}faved{{/if}}"></span>
{{#if photos}}
<div class="image-container">