brotherton-erpnext/erpnext/templates/includes/topic/topic_row.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
175 B
HTML
Raw Normal View History

2016-07-19 08:47:33 +00:00
<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>