Commit 6257ff7c authored by mfluharty's avatar mfluharty

Use correct gl-justify class

Use gl-justify-content-space-between
... not gl-justify-content-between, that doesn't exist
parent a9382161
......@@ -4,7 +4,7 @@
%h3
= _("Repositories Analytics")
.gl-display-flex.gl-justify-content-between.gl-align-items-center
.gl-display-flex.gl-justify-content-space-between.gl-align-items-center
%h4.sub-header
= _("Test Code Coverage")
= link_to _("Download historic test coverage data (.csv)"), group_analytics_coverage_reports_path(@group, format: :csv, ref_path: "refs/heads/master", start_date: Date.today - 1.year, end_date: Date.today),
......
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