-
- Downloads
Merge branch 'fix/ci-lint' into 'master'
Make CI Lint form synchronous This removes `remote: true` from CI Lint form, making it synchronous form. This also removes some complexity related to displaying lint messages. View also has been updated, removed deprecated Bootstrap 2 tags. Improved design. See merge request !2171
No related branches found
No related tags found
Showing
- app/controllers/ci/lints_controller.rb 3 additions, 1 deletionapp/controllers/ci/lints_controller.rb
- app/views/ci/lints/_create.html.haml 0 additions, 2 deletionsapp/views/ci/lints/_create.html.haml
- app/views/ci/lints/create.js.haml 0 additions, 2 deletionsapp/views/ci/lints/create.js.haml
- app/views/ci/lints/show.html.haml 13 additions, 23 deletionsapp/views/ci/lints/show.html.haml
- spec/features/ci_lint_spec.rb 39 additions, 0 deletionsspec/features/ci_lint_spec.rb
- spec/features/lint_spec.rb 0 additions, 28 deletionsspec/features/lint_spec.rb
app/views/ci/lints/create.js.haml
deleted
100644 → 0
spec/features/ci_lint_spec.rb
0 → 100644
spec/features/lint_spec.rb
deleted
100644 → 0
Please register or sign in to comment