diff --git a/app/controllers/page_collections_controller.rb b/app/controllers/page_collections_controller.rb index 13a284f5..69f3c2b1 100644 --- a/app/controllers/page_collections_controller.rb +++ b/app/controllers/page_collections_controller.rb @@ -7,7 +7,7 @@ class PageCollectionsController < ApplicationController before_action :set_page_collection, only: [:show, :edit, :by_user, :update, :destroy, :follow, :unfollow, :report] before_action :set_submittable_content, only: [:show, :by_user] - layout 'tailwind', only: [:index, :show] + layout 'tailwind', only: [:index, :show, :edit] # GET /page_collections def index diff --git a/app/views/page_collections/_form.html.erb b/app/views/page_collections/_form.html.erb index e5e394c3..2376a3b1 100644 --- a/app/views/page_collections/_form.html.erb +++ b/app/views/page_collections/_form.html.erb @@ -1,3 +1,320 @@ +