]> cat aescling's git repositories - mastodon.git/commit
Replace best_in_place editor on admin settings page (#2789)
authorMatt Jankowski <mjankowski@thoughtbot.com>
Thu, 4 May 2017 16:12:44 +0000 (12:12 -0400)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 4 May 2017 16:12:44 +0000 (18:12 +0200)
commit2bd132d4581048a96b4d36b5a94e6749c68b8987
treeaf5934149cf052733441f01078addef067707c37
parent91ddd345f2df09089403ca078a4a5987d43ea88b
Replace best_in_place editor on admin settings page (#2789)

* Remove best_in_place

* Replace best_in_place usage with rails helpers

* Move admin/settings#index to #edit action

* Remove click_to__edit from i18n
28 files changed:
Gemfile
Gemfile.lock
app/controllers/admin/settings_controller.rb
app/javascript/styles/forms.scss
app/views/admin/settings/edit.html.haml [new file with mode: 0644]
app/views/admin/settings/index.html.haml [deleted file]
config/locales/de.yml
config/locales/en.yml
config/locales/fa.yml
config/locales/fr.yml
config/locales/he.yml
config/locales/id.yml
config/locales/io.yml
config/locales/ja.yml
config/locales/nl.yml
config/locales/oc.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ru.yml
config/locales/th.yml
config/locales/zh-CN.yml
config/locales/zh-HK.yml
config/locales/zh-TW.yml
config/navigation.rb
config/routes.rb
lib/tasks/mastodon.rake
spec/controllers/admin/settings_controller_spec.rb