Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jekyll-theme-eclipsefdn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Eclipse Foundation
IT
Webdev
jekyll-theme-eclipsefdn
Merge requests
!2
Fix for download link in the header
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix for download link in the header
github/fork/senivam/head_download_link
into
master
Overview
2
Commits
2
Changes
1
Merged
Christopher Guindon
requested to merge
github/fork/senivam/head_download_link
into
master
4 years ago
Overview
2
Commits
2
Changes
1
Expand
Created by: senivam
Signed-off-by: Maxim Nesen
maxim.nesen@oracle.com
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
367ecc54
2 commits,
3 years ago
1 file
+
5
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
_includes/header.html
+
5
−
1
Options
@@ -20,7 +20,11 @@
</div>
<div class="col-sm-19 col-md-20 margin-top-10" id=main-menu-wrapper>
<div class="float-right hidden-xs" id=btn-call-for-action>
<div
id=
btn-call-for-action
><a
href=
/downloads
class=
"btn btn-huge btn-warning"
><i
class=
"fa fa-download"
></i>
Download
</a></div>
{% if site.links.download %}
<div id=btn-call-for-action><a href="{{ site.links.download }}" class="btn btn-huge btn-warning"><i class="fa fa-download"></i>Download</a></div>
{% else %}
<div id=btn-call-for-action><a href="https://www.eclipse.org/downloads/" class="btn btn-huge btn-warning"><i class="fa fa-download"></i>Download</a></div>
{% endif %}
</div>
<div class="navbar float-sm-right yamm" id=main-menu>
<div class="navbar-collapse collapse reset float-right" id=navbar-main-menu>
Loading