Create real Views for all Controllers

This makes views depend on each other at runtime instead of compile-time
This commit is contained in:
Alex Gleason 2021-05-22 14:59:12 -05:00
commit c9e4200ed2
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
15 changed files with 70 additions and 10 deletions

View file

@ -14,7 +14,6 @@ defmodule Pleroma.Web.StaticFE.StaticFEController do
alias Pleroma.Web.Router.Helpers
plug(:put_layout, :static_fe)
plug(:put_view, Pleroma.Web.StaticFE.StaticFEView)
plug(:assign_id)
@page_keys ["max_id", "min_id", "limit", "since_id", "order"]