brotherton-erpnext/erpnext/templates/includes/discussion/discussion_row.html

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

10 lines
178 B
HTML
Raw Normal View History

2016-07-19 08:47:33 +00:00
<div class="web-list-item">
<div class="row">
<a href="/discussions?discussion={{doc.name}}">
<div class="col-xs-12">
{{ doc.subject }}
</div>
</a>
</div>
</div>