Commit a57b3fc8 authored by Luke Bennett's avatar Luke Bennett Committed by Annabel Dunstone Gray

Corrected my correction for turbolinks -.-'

Removed extra cell on generic pipeline
parent 4e1efca1
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
class Pipelines { class Pipelines {
constructor() { constructor() {
$(document).off('click', '.toggle-pipeline-btn').on('click', '.toggle-pipeline-btn', this.toggleGraph); $(document).off('click', '.toggle-pipeline-btn').on('click', '.toggle-pipeline-btn', this.toggleGraph);
$(document).off('ready.addMarginToBuildColumns').on('ready.addMarginToBuildColumns', this.addMarginToBuildColumns); this.addMarginToBuildColumns();
$(document).off('page:load.addMarginToBuildColumns').on('page:load.addMarginToBuildColumns', this.addMarginToBuildColumns);
} }
toggleGraph() { toggleGraph() {
......
...@@ -62,5 +62,3 @@ ...@@ -62,5 +62,3 @@
%td.coverage %td.coverage
- if generic_commit_status.try(:coverage) - if generic_commit_status.try(:coverage)
#{generic_commit_status.coverage}% #{generic_commit_status.coverage}%
%td
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment