nodebb-theme-lavender
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "nodebb-theme-lavender", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Lavender Theme for NodeBB", | ||
@@ -5,0 +5,0 @@ "main": "theme.less", |
@@ -35,5 +35,5 @@ $('document').ready(function() { | ||
replies += '<li data-pid="'+ posts[i].pid +'" class="clearfix">' + | ||
'<a href="' + RELATIVE_PATH + '/user/' + posts[i].userslug + '"><img title="' + posts[i].username + '" class="img-rounded user-img" src="' + posts[i].picture + '"/></a>' + | ||
'<a href="' + RELATIVE_PATH + '/user/' + posts[i].teaser_userslug + '"><img title="' + posts[i].teaser_username + '" class="img-rounded user-img" src="' + posts[i].teaser_userpicture + '"/></a>' + | ||
'<p>' + | ||
'<strong><span>'+ posts[i].username + '</span></strong>' + | ||
'<strong><span>'+ posts[i].teaser_username + '</span></strong>' + | ||
'<span> posted in </span>' + | ||
@@ -40,0 +40,0 @@ '"<a href="' + RELATIVE_PATH + '/topic/' + posts[i].slug + '#' + posts[i].teaser_pid + '" >' + posts[i].title + '</a>"' + |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
325731