- nicer download button
This commit is contained in:
Felix Niklas 2017-04-27 15:24:02 +02:00
parent cf0c8e0a6a
commit 5fafb15dfa

View file

@ -1,5 +1,5 @@
<i><%- @T('%s records', @count) %></i> <a class="btn btn--action" href="<%- @download %>" target="_blank" data-type="attachment"><%- @Icon('download') %><span><%- @T('Download %s record(s)', @count) %></span></a>
<a href="<%- @download %>" target="_blank" data-type="attachment"><%- @Icon('download') %></a> <div class="spacer"></div>
<table class="table table-striped table-hover"> <table class="table table-striped table-hover">
<thead> <thead>
<tr> <tr>