Rushabh Mehta | a33d468 | 2015-06-01 17:15:42 +0530 | [diff] [blame] | 1 | <div class="web-list-item"> |
Rushabh Mehta | 156ce60 | 2015-09-11 18:49:59 +0530 | [diff] [blame] | 2 | <a class="no-decoration" href="/issues?name={{ doc.name }}" no-pjax> |
Rushabh Mehta | a33d468 | 2015-06-01 17:15:42 +0530 | [diff] [blame] | 3 | <div class="row"> |
Rushabh Mehta | 156ce60 | 2015-09-11 18:49:59 +0530 | [diff] [blame] | 4 | <div class="col-xs-8"> |
Rushabh Mehta | 8ffd483 | 2015-09-17 16:28:30 +0530 | [diff] [blame] | 5 | <span class="indicator {{ "red" if doc.status=="Open" else "darkgrey" }}"> |
Rushabh Mehta | 156ce60 | 2015-09-11 18:49:59 +0530 | [diff] [blame] | 6 | {{ doc.name }}</span> |
| 7 | <span style="margin-left: 15px;"> |
| 8 | {{ doc.subject }}</span> |
Rushabh Mehta | a33d468 | 2015-06-01 17:15:42 +0530 | [diff] [blame] | 9 | </div> |
Rushabh Mehta | 8ffd483 | 2015-09-17 16:28:30 +0530 | [diff] [blame] | 10 | <div class="col-xs-4 text-right small text-muted"> |
| 11 | {{ frappe.format_date(doc.modified) }} |
Rushabh Mehta | a33d468 | 2015-06-01 17:15:42 +0530 | [diff] [blame] | 12 | </div> |
| 13 | </div> |
Rushabh Mehta | 156ce60 | 2015-09-11 18:49:59 +0530 | [diff] [blame] | 14 | </a> |
Rushabh Mehta | a33d468 | 2015-06-01 17:15:42 +0530 | [diff] [blame] | 15 | </div> |