brotherton-erpnext/erpnext/templates/includes/topic/topic_row.html
2016-07-20 19:25:02 +05:30

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