git-ssb-web
Advanced tools
Comparing version 2.3.3 to 2.3.4
@@ -563,2 +563,3 @@ var fs = require('fs') | ||
var msgDate = moment(new Date(msg.value.timestamp)).fromNow() | ||
var msgDateLink = u.link([msg.key], msgDate, false, 'class="date"') | ||
var author = msg.value.author | ||
@@ -580,3 +581,3 @@ var authorLink = u.link([msg.value.author], msg.authorName) | ||
repo: u.link([msg.key], repoName) | ||
}) + ' <span class="date">' + msgDate + '</span></section>') | ||
}) + ' ' + msgDateLink + '</section>') | ||
}) | ||
@@ -592,3 +593,3 @@ }) | ||
repo: repoLink | ||
}) + ' <span class="date">' + msgDate + '</span></section>') | ||
}) + ' ' + msgDateLink + '</section>') | ||
}) | ||
@@ -604,3 +605,3 @@ } | ||
repo: repoLink | ||
}) + ' <span class="date">' + msgDate + '</span></section>') | ||
}) + ' ' + msgDateLink + '</section>') | ||
}) | ||
@@ -624,3 +625,3 @@ case 'issue': | ||
project: repoLink | ||
}) + ' <span class="date">' + msgDate + '</span></section>') | ||
}) + ' ' + msgDateLink + '</section>') | ||
}) | ||
@@ -627,0 +628,0 @@ }) |
{ | ||
"name": "git-ssb-web", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "web server for browsing git repos on ssb", | ||
@@ -5,0 +5,0 @@ "bin": "server.js", |
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
4119
490088