refactor and styling change, add button logick, add i18n logic

This commit is contained in:
2012-09-17 14:28:00 +02:00
parent 17b3494033
commit 930e53e837
20 changed files with 316 additions and 55 deletions
+4
View File
@@ -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')))})
});