From 899de27165600a4c0f1803c4695e3365a91539e5 Mon Sep 17 00:00:00 2001 From: Isaac Bythewood Date: Fri, 22 Feb 2013 02:54:04 +0000 Subject: [PATCH] Now using gravatars on the interface under posts beside names --- pinry/core/static/core/css/pinry.css | 3 --- pinry/core/static/core/js/pinry.js | 1 + pinry/pins/templates/pins/recent_pins.html | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pinry/core/static/core/css/pinry.css b/pinry/core/static/core/css/pinry.css index 387e21f..2add9cf 100644 --- a/pinry/core/static/core/css/pinry.css +++ b/pinry/core/static/core/css/pinry.css @@ -143,9 +143,6 @@ body { width: 30px; height: 30px; background-color: #555; - border-radius: 4px; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; } .pin-footer .text { diff --git a/pinry/core/static/core/js/pinry.js b/pinry/core/static/core/js/pinry.js index e5e29d3..8244db6 100644 --- a/pinry/core/static/core/js/pinry.js +++ b/pinry/core/static/core/js/pinry.js @@ -70,6 +70,7 @@ $(window).load(function() { // Set which items are editable by the current user for (var i=0; i < pins.objects.length; i++) pins.objects[i].editable = (pins.objects[i].submitter.username == currentUser); + console.log(pins.objects); // Use the fetched pins as our context for our pins template var template = Handlebars.compile($('#pins-template').html()); diff --git a/pinry/pins/templates/pins/recent_pins.html b/pinry/pins/templates/pins/recent_pins.html index 07d6aa3..c12298c 100644 --- a/pinry/pins/templates/pins/recent_pins.html +++ b/pinry/pins/templates/pins/recent_pins.html @@ -31,6 +31,7 @@ {{/if}}