-
- Downloads
Implement extra domains and save pages configuration
Showing
- app/controllers/projects/pages_controller.rb 33 additions, 61 deletionsapp/controllers/projects/pages_controller.rb
- app/helpers/projects_helper.rb 0 additions, 4 deletionsapp/helpers/projects_helper.rb
- app/models/pages_domain.rb 80 additions, 4 deletionsapp/models/pages_domain.rb
- app/services/projects/update_pages_configuration_service.rb 19 additions, 13 deletionsapp/services/projects/update_pages_configuration_service.rb
- app/views/projects/pages/_access.html.haml 4 additions, 25 deletionsapp/views/projects/pages/_access.html.haml
- app/views/projects/pages/_destroy.haml 1 addition, 1 deletionapp/views/projects/pages/_destroy.haml
- app/views/projects/pages/_form.html.haml 32 additions, 32 deletionsapp/views/projects/pages/_form.html.haml
- app/views/projects/pages/_list.html.haml 16 additions, 0 deletionsapp/views/projects/pages/_list.html.haml
- app/views/projects/pages/_no_domains.html.haml 6 additions, 0 deletionsapp/views/projects/pages/_no_domains.html.haml
- app/views/projects/pages/_remove_certificate.html.haml 0 additions, 16 deletionsapp/views/projects/pages/_remove_certificate.html.haml
- app/views/projects/pages/_upload_certificate.html.haml 0 additions, 32 deletionsapp/views/projects/pages/_upload_certificate.html.haml
- app/views/projects/pages/index.html.haml 25 additions, 0 deletionsapp/views/projects/pages/index.html.haml
- app/views/projects/pages/new.html.haml 6 additions, 0 deletionsapp/views/projects/pages/new.html.haml
- app/views/projects/pages/show.html.haml 21 additions, 17 deletionsapp/views/projects/pages/show.html.haml
- config/gitlab.yml.example 2 additions, 0 deletionsconfig/gitlab.yml.example
- config/initializers/1_settings.rb 2 additions, 1 deletionconfig/initializers/1_settings.rb
- config/routes/project.rb 2 additions, 2 deletionsconfig/routes/project.rb
app/views/projects/pages/_list.html.haml
0 → 100644
app/views/projects/pages/index.html.haml
0 → 100644
app/views/projects/pages/new.html.haml
0 → 100644
Please register or sign in to comment