git ssb

30+

cel / git-ssb-web



Commit aa78d73908f6ead7c7fec135c3a61d82a11327ee

Fix missing author link

Charles Lehner committed on 4/16/2016, 12:44:35 AM
Parent: 4dc39748d2ffa17c933c5d5262e9bdf1c50c13e2

Files changed

index.jschanged
index.jsView
@@ -2197,10 +2197,10 @@
21972197 if (c.root == issue.id) {
21982198 var changed = issues.isStatusChanged(msg, issue)
21992199 return '<section class="collapse">' +
22002200 (msg.key == postId ? '<div class="highlight">' : '') +
2201- '<tt class="right-bar item-id">' + msg.key + '</tt>' +
2202- (changed == null ? '' : ' ' + req._t(
2201+ '<tt class="right-bar item-id">' + msg.key + '</tt> ' +
2202+ (changed == null ? authorLink : req._t(
22032203 changed ? 'issue.Reopened' : 'issue.Closed',
22042204 {name: authorLink, type: type})) +
22052205 ' &middot; ' + msgTimeLink +
22062206 (msg.key == postId ? '</div>' : '') +

Built with git-ssb-web