Commit aa78d73908f6ead7c7fec135c3a61d82a11327ee
Fix missing author link
Charles Lehner committed on 4/16/2016, 12:44:35 AMParent: 4dc39748d2ffa17c933c5d5262e9bdf1c50c13e2
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -2197,10 +2197,10 @@ | ||
2197 | 2197 | if (c.root == issue.id) { |
2198 | 2198 | var changed = issues.isStatusChanged(msg, issue) |
2199 | 2199 | return '<section class="collapse">' + |
2200 | 2200 | (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( | |
2203 | 2203 | changed ? 'issue.Reopened' : 'issue.Closed', |
2204 | 2204 | {name: authorLink, type: type})) + |
2205 | 2205 | ' · ' + msgTimeLink + |
2206 | 2206 | (msg.key == postId ? '</div>' : '') + |
Built with git-ssb-web