]> cat aescling's git repositories - mastodon.git/commit
Normalize localizations, add stub for admin/accounts
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 30 Nov 2016 14:32:26 +0000 (15:32 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 30 Nov 2016 14:32:26 +0000 (15:32 +0100)
commit356d3874ebd79573a8da58e2ac76eaa4612cec16
treeb76762284e00bc386702a01fc70d9d04e235ac13
parent4a2347da41278999c0e7441bcd7c5a42a67ba0ee
Normalize localizations, add stub for admin/accounts
app/controllers/admin/accounts_controller.rb [new file with mode: 0644]
app/controllers/application_controller.rb
app/helpers/admin/accounts_helper.rb [new file with mode: 0644]
app/views/admin/accounts/index.html.haml [new file with mode: 0644]
app/views/admin/accounts/show.html.haml [new file with mode: 0644]
config/locales/simple_form.fr.yml
config/routes.rb
spec/controllers/admin/accounts_controller_spec.rb [new file with mode: 0644]
spec/helpers/admin/accounts_helper_spec.rb [new file with mode: 0644]