Skip to content

Commit

Permalink
added missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Jun 22, 2015
1 parent 02aa60b commit 099b1be
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/quickhowto2/app/templates/widgets/list_override.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{% extends "appbuilder/general/widgets/list.html" %}


{% block list_header scoped %}


{{ super() }}
<a href="#" class="btn btn-sm btn-primary" data-toggle="tooltip" rel="tooltip"
title="{{_('Back')}}">
<i class="fa fa-rocket"></i>
</a>
{% endblock %}

0 comments on commit 099b1be

Please sign in to comment.