img class on recent_replies

v1.18.x
Baris Usakli 12 years ago
parent 5f8ca4aa6c
commit 20670e63d1

@ -78,7 +78,7 @@
username = posts[i].username,
picture = posts[i].picture;
ul.innerHTML = '<li><img title="' + username + '" style="width: 48px; height: 48px; /*temporary*/" src="' + picture + '" class="" />'
ul.innerHTML = '<li><img title="' + username + '" style="width: 48px; height: 48px; /*temporary*/" class="img-polaroid" src="' + picture + '" class="" />'
+ '<p><strong>' + username + '</strong>: ' + posts[i].content + '</p><span>posted ' + utils.relativeTime(posts[i].timestamp) + ' ago</span></li>';
a.appendChild(ul);

Loading…
Cancel
Save