-
- Downloads
Split PagesController into PagesController and PagesDomainsController
1. PagesController is used to show all domains and general overview of Pages 2. PagesDomainsController is used to manage pages domains
Showing
- app/controllers/projects/pages_controller.rb 2 additions, 52 deletionsapp/controllers/projects/pages_controller.rb
- app/controllers/projects/pages_domains_controller.rb 49 additions, 0 deletionsapp/controllers/projects/pages_domains_controller.rb
- app/views/projects/pages/_destroy.haml 1 addition, 1 deletionapp/views/projects/pages/_destroy.haml
- app/views/projects/pages/_list.html.haml 2 additions, 2 deletionsapp/views/projects/pages/_list.html.haml
- app/views/projects/pages/index.html.haml 0 additions, 26 deletionsapp/views/projects/pages/index.html.haml
- app/views/projects/pages/show.html.haml 24 additions, 20 deletionsapp/views/projects/pages/show.html.haml
- app/views/projects/pages_domains/_form.html.haml 1 addition, 1 deletionapp/views/projects/pages_domains/_form.html.haml
- app/views/projects/pages_domains/new.html.haml 0 additions, 0 deletionsapp/views/projects/pages_domains/new.html.haml
- app/views/projects/pages_domains/show.html.haml 22 additions, 0 deletionsapp/views/projects/pages_domains/show.html.haml
- config/routes/project.rb 2 additions, 4 deletionsconfig/routes/project.rb
- features/steps/project/pages.rb 1 addition, 1 deletionfeatures/steps/project/pages.rb
File moved
Please register or sign in to comment