Skip to content
Snippets Groups Projects
Commit d2747b99 authored by Phil Hughes's avatar Phil Hughes
Browse files

Moved the download button

parent dd086020
No related branches found
No related tags found
2 merge requests!4731Downloadable comparison PDFs,!4461New releasepost look + Release post 9.0
Pipeline #
Loading
Loading
@@ -75,14 +75,13 @@
= partial "includes/icons/comparison/no-icon.svg"
 
.last-updated-section
%p
%p.clearfix
Last updated:
= comparison_block.last_updated
= link_to "Download as PDF", "/comparison/pdfs/#{comparison_block.pdf}", class: "featured-item-button pull-right", download: "Comparison PDF", target: "_blank"
%p
Since GitLab fans wrote most of the text here there is a pro-GitLab bias. Nonetheless we try hard to ensure the
comparisons are fair and factual. Please also add things that are great in other products but missing in GitLab.
If you find something that is invalid, biased, missing, or out of date in the comparisons, please open a merge request
for this website to correct it. As with all the pages on this website you can find where this page lives in the
repository via the link in the footer.
.text-center
= link_to "Download as PDF", "/comparison/pdfs/#{comparison_block.pdf}", class: "btn cta-btn red", download: "Comparison PDF", target: "_blank"
Loading
Loading
@@ -259,6 +259,10 @@ p {
.last-updated-section p {
color: $blueish-gray;
padding-bottom: 30px;
&:first-child {
line-height: 42px;
}
}
 
.footer {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment