Add missing translations in admin area

#341
This commit is contained in:
Artur Beljajev 2017-01-18 08:31:28 +02:00
parent c18def3c12
commit 40459e8b2e
33 changed files with 138 additions and 95 deletions

View file

@ -32,8 +32,7 @@
 
%span.glyphicon.glyphicon-search
 
%button.btn.btn-default.js-reset-form
= t(:clear_fields)
= link_to(t('.reset_btn'), admin_domain_versions_path, class: 'btn btn-default')
%hr
@ -84,9 +83,3 @@
.col-md-6.text-right
.pagination
= t(:result_count, count: @versions.total_count)
:coffee
$(".js-reset-form").on "click", (e) ->
e.preventDefault();
window.location = "#{admin_domain_versions_path}"