Report
- nicer download button
This commit is contained in:
parent
cf0c8e0a6a
commit
5fafb15dfa
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<i><%- @T('%s records', @count) %></i>
|
||||
<a href="<%- @download %>" target="_blank" data-type="attachment"><%- @Icon('download') %></a>
|
||||
<a class="btn btn--action" href="<%- @download %>" target="_blank" data-type="attachment"><%- @Icon('download') %><span><%- @T('Download %s record(s)', @count) %></span></a>
|
||||
<div class="spacer"></div>
|
||||
<table class="table table-striped table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue