mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
Merge ERPNext Schools into ERPNext
This commit is contained in:
9
erpnext/templates/includes/topic/topic_row.html
Normal file
9
erpnext/templates/includes/topic/topic_row.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<div class="web-list-item">
|
||||
<div class="row">
|
||||
<a href = "/topics?topic={{ doc.name }}">
|
||||
<div class="col-xs-12">
|
||||
{{ doc.topic_name }}
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user