Fix tricky i18n error on html render (not js)
This commit is contained in:
parent
bd22da50a6
commit
326016dfb5
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@
|
||||||
$('#query').attr('placeholder', placeholder);
|
$('#query').attr('placeholder', placeholder);
|
||||||
}
|
}
|
||||||
$(function() {
|
$(function() {
|
||||||
activate_search('#{j @view}', '#{j t(".search_placeholder.#{@view}")}');
|
activate_search('#{j @view}', '#{j t("orders.show.search_placeholder.#{@view}")}');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue