brotherton-erpnext/erpnext/templates/includes/topic/topic_row.html
2021-08-19 13:43:28 +05:30

10 lines
175 B
HTML

<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>