Switch to aliasing `Router.Helpers` instead of importing
authorAlex Gleason <alex@alexgleason.me>
Tue, 18 May 2021 22:11:25 +0000 (17:11 -0500)
committerAlex Gleason <alex@alexgleason.me>
Tue, 18 May 2021 22:45:30 +0000 (17:45 -0500)
commit07fed0fda2473fc4e1e3b01e863217391fd2902f
treec38caa3af558aaa2e2938fac2e0e81d5091cba3a
parentb221d77a6da07c684bdbc63ddf4500e0d7ffeae8
Switch to aliasing `Router.Helpers` instead of importing
21 files changed:
lib/pleroma/web.ex
lib/pleroma/web/feed/user_controller.ex
lib/pleroma/web/mastodon_api/controllers/auth_controller.ex
lib/pleroma/web/o_auth/o_auth_controller.ex
lib/pleroma/web/templates/feed/feed/tag.atom.eex
lib/pleroma/web/templates/feed/feed/tag.rss.eex
lib/pleroma/web/templates/feed/feed/user.atom.eex
lib/pleroma/web/templates/feed/feed/user.rss.eex
lib/pleroma/web/templates/masto_fe/index.html.eex
lib/pleroma/web/templates/o_auth/mfa/recovery.html.eex
lib/pleroma/web/templates/o_auth/mfa/totp.html.eex
lib/pleroma/web/templates/o_auth/o_auth/consumer.html.eex
lib/pleroma/web/templates/o_auth/o_auth/register.html.eex
lib/pleroma/web/templates/o_auth/o_auth/show.html.eex
lib/pleroma/web/templates/twitter_api/password/reset.html.eex
lib/pleroma/web/templates/twitter_api/remote_follow/follow.html.eex
lib/pleroma/web/templates/twitter_api/remote_follow/follow_login.html.eex
lib/pleroma/web/templates/twitter_api/remote_follow/follow_mfa.html.eex
lib/pleroma/web/templates/twitter_api/util/subscribe.html.eex
lib/pleroma/web/twitter_api/controllers/remote_follow_controller.ex
lib/pleroma/web/views/masto_fe_view.ex