mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-06 12:04:00 +00:00
fix: issue web list style
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class="web-list-item transaction-list-item">
|
||||
<a href="/issues?name={{ doc.name }}" class="no-underline">
|
||||
<div class="row py-4 border-bottom">
|
||||
<div class="row py-4">
|
||||
<div class="col-3 d-flex align-items-center">
|
||||
{% set indicator = 'red' if doc.status == 'Open' else 'gray' %}
|
||||
{% set indicator = 'green' if doc.status == 'Closed' else indicator %}
|
||||
|
||||
Reference in New Issue
Block a user