mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
Add button to download filtered domains
This commit is contained in:
parent
b6df415fb9
commit
b65a2ca924
4 changed files with 18 additions and 1 deletions
|
@ -64,6 +64,11 @@
|
|||
<span class="glyphicon glyphicon-search"></span>
|
||||
|
||||
</button>
|
||||
<button class="btn">
|
||||
<%= link_to "", admin_domains_path(format: :csv),
|
||||
"data-toggle" => "tooltip", "data-placement" => "bottom", "title" => t('.download_csv_btn'),
|
||||
class: 'glyphicon glyphicon-list-alt' %>
|
||||
</button>
|
||||
<%= link_to t('.reset_btn'), admin_domains_path, class: 'btn btn-default' %>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue