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

@ -1,4 +1,4 @@
= render 'shared/title', name: t(:repp_logs)
= render 'shared/title', name: t('.title')
.row
.col-md-12
@ -39,8 +39,7 @@
 
%span.glyphicon.glyphicon-search
 
%button.btn.btn-default.js-reset-form
= t(:clear_fields)
= link_to(t('.reset_btn'), admin_repp_logs_path, class: 'btn btn-default')
%hr
.row
.col-md-12
@ -67,8 +66,3 @@
.row
.col-md-12
= paginate @repp_logs
:coffee
$(".js-reset-form").on "click", (e) ->
e.preventDefault();
window.location = "#{admin_repp_logs_path}"