Initial work on GitLab Pages update
Showing
... | ... | @@ -48,6 +48,9 @@ gem 'rqrcode-rails3', '~> 0.1.7' |
gem 'attr_encrypted', '~> 3.0.0' | ||
gem 'u2f', '~> 0.2.1' | ||
# GitLab Pages | ||
gem 'validates_hostname', '~> 1.0.0' | ||
# Browser detection | ||
gem 'browser', '~> 2.2' | ||
... | ... |
app/controllers/projects/pages_controller.rb
0 → 100644
app/validators/certificate_key_validator.rb
0 → 100644
app/validators/certificate_validator.rb
0 → 100644
app/views/projects/pages/_access.html.haml
0 → 100644
app/views/projects/pages/_destroy.haml
0 → 100644
app/views/projects/pages/_disabled.html.haml
0 → 100644
app/views/projects/pages/_form.html.haml
0 → 100644
app/views/projects/pages/_use.html.haml
0 → 100644
app/views/projects/pages/show.html.haml
0 → 100644
Please
register
or
sign in
to comment