Skip to content
Extraits de code Groupes Projets
Valider 44f28b82 rédigé par danielgrippi's avatar danielgrippi
Parcourir les fichiers

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

parent a659b4da
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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(){
......
......@@ -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 {
......
<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">
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter