Commit c11ca3daa98207ed3135bb82c987cf1aadb4f7ea
Add msg key to issue comments
Charles Lehner committed on 4/13/2016, 2:11:23 AMParent: 28ee0655c00f29d4d71fe8f7ed7d0913771291ff
Files changed
index.js | changed |
static/styles.css | changed |
index.js | ||
---|---|---|
@@ -2016,8 +2016,9 @@ | ||
2016 | 2016 | if (c.root == issue.id) { |
2017 | 2017 | var changed = issues.isStatusChanged(msg, issue) |
2018 | 2018 | return '<section class="collapse">' + |
2019 | 2019 | (msg.key == postId ? '<div class="highlight">' : '') + |
2020 | + '<tt class="right-bar item-id">' + msg.key + '</tt>' + | |
2020 | 2021 | authorLink + |
2021 | 2022 | (changed == null ? '' : ' ' + ( |
2022 | 2023 | changed ? 'reopened this ' : 'closed this ') + type) + |
2023 | 2024 | ' · ' + msgTimeLink + |
Built with git-ssb-web