]> cat aescling's git repositories - mastodon.git/commit
E-mail preferences page
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 14 Oct 2016 00:28:49 +0000 (02:28 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 14 Oct 2016 00:28:49 +0000 (02:28 +0200)
commit7a6d95f70ccb12d61355ecd677eff40dd13260b7
tree93abd8019a8ca91c1c251307f0773ca008f4b875
parent9b195f5dd34ad646e1300abaaa42e10cf43cd5db
E-mail preferences page
13 files changed:
app/assets/javascripts/components/features/ui/components/navigation_bar.jsx
app/assets/stylesheets/application.scss
app/controllers/settings/preferences_controller.rb [new file with mode: 0644]
app/controllers/settings/profiles_controller.rb [moved from app/controllers/settings_controller.rb with 73% similarity]
app/helpers/settings_helper.rb [deleted file]
app/views/auth/registrations/edit.html.haml
app/views/settings/preferences/show.html.haml [new file with mode: 0644]
app/views/settings/profiles/show.html.haml [moved from app/views/settings/show.html.haml with 64% similarity]
app/views/settings/shared/_links.html.haml [new file with mode: 0644]
config/routes.rb
spec/controllers/settings/preferences_controller_spec.rb [new file with mode: 0644]
spec/controllers/settings/profiles_controller_spec.rb [moved from spec/controllers/settings_controller_spec.rb with 78% similarity]
spec/helpers/settings_helper_spec.rb [deleted file]