]> cat aescling's git repositories - mastodon.git/commit
Separate notifications preferences from general preferences (#4447)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Wed, 4 Oct 2017 08:22:52 +0000 (17:22 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Wed, 4 Oct 2017 08:22:52 +0000 (10:22 +0200)
commit178f718a9b1cab57fbd9df511abe56533f12e129
tree84ccf253df169339f711a7730e5b7c399a58f446
parent0e1b0f2747af373e3d51251337f40bfff13ef160
Separate notifications preferences from general preferences (#4447)

* Separate notifications preferences from general preferences

* Refine settings/notifications/show

* remove preferences.notifications
14 files changed:
app/controllers/settings/notifications_controller.rb [new file with mode: 0644]
app/lib/user_settings_decorator.rb
app/views/settings/notifications/show.html.haml [new file with mode: 0644]
app/views/settings/preferences/show.html.haml
config/locales/de.yml
config/locales/en.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/oc.yml
config/locales/pl.yml
config/navigation.rb
config/routes.rb
spec/controllers/settings/notifications_controller_spec.rb [new file with mode: 0644]
spec/controllers/settings/preferences_controller_spec.rb