Add about page with feedback functionality

This commit is contained in:
2014-10-02 17:06:52 +02:00
parent 7c03b4c32c
commit b8ef4943bd
22 changed files with 153 additions and 10 deletions
@@ -1,10 +1,8 @@
#= require jquery
#= require jquery_ujs
#= require ../app/application
#= require faye
#= require moment
#= require translations
#= require js-routes
#= require_directory .
#= require_self
#
@@ -14,7 +12,7 @@
# )(jQuery)
@Qstorage = localStorage
$.extend($translations.en, <%= I18n.t('user', locale: :en).to_json %>);
$.extend($translations.nl, <%= I18n.t('user', locale: :nl).to_json %>);