mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Remove inline coffeescript
This commit is contained in:
parent
5533b4f891
commit
51a80ce748
2 changed files with 2 additions and 8 deletions
|
@ -30,8 +30,7 @@
|
|||
|
||||
%span.glyphicon.glyphicon-search
|
||||
|
||||
%button.btn.btn-default.js-reset-form
|
||||
= t(:clear_fields)
|
||||
= link_to(t('.reset_btn'), registrant_domains_path, class: 'btn btn-default')
|
||||
.row
|
||||
.col-md-3
|
||||
.btn-group{:role => "group"}
|
||||
|
@ -76,9 +75,3 @@
|
|||
.col-md-6.text-right
|
||||
.pagination
|
||||
= t(:result_count, count: @domains.total_count)
|
||||
|
||||
:coffee
|
||||
$(".js-reset-form").on "click", (e) ->
|
||||
e.preventDefault();
|
||||
window.location = "#{registrant_domains_path}"
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ en:
|
|||
domains:
|
||||
index:
|
||||
registrant: Registrant
|
||||
reset_btn: Reset
|
||||
|
||||
download_list:
|
||||
registrant: Registrant
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue