refactor and styling change, add button logick, add i18n logic
This commit is contained in:
@@ -58,3 +58,7 @@ html lang="en"
|
||||
/! Placed at the end of the document so the pages load faster
|
||||
= javascript_include_tag "user/application"
|
||||
= yield :footer
|
||||
javascript:
|
||||
$(function(){
|
||||
$('[data-t]').each(function(){$(this).text(t($(this).attr('data-t')))})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user