aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/activity_filter_widget.tpl
blob: 7ff5a4f7eec617bd5f5eeb45323ad1dcca3b8e76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<div class="widget">
	<h3 class="d-flex justify-content-between align-items-center">
		{{$title}}
		{{if $reset}}
		<a href="{{$reset.url}}" class="text-muted" title="{{$reset.title}}">
			<i class="fa fa-fw fa-{{$reset.icon}}"></i>
		</a>
		{{/if}}
	</h3>
	{{$content}}
</div>