Skip to content

Commit

Permalink
Tweak bottom menu items (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored May 22, 2023
2 parents d7528a4 + 08f9e1d commit 682601d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _templates/versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
<a href="https://qgis.org" target="_blank" rel="noopener noreferrer">{{ _('Project Home') }}</a>
</dd>
<dd>
<a href="https://github.com/qgis/pyqgis/tree/master" target="_blank" rel="noopener noreferrer">{{ _('Repository') }}</a>
<a href="https://github.com/qgis/pyqgis/issues" target="_blank" rel="noopener noreferrer">{{ _('Report Issue') }}</a>
</dd>
<dd>
<a href="https://github.com/qgis/QGIS/tree/{{ current_version }}" target="_blank" rel="noopener noreferrer">{{ _('Source Code') }}</a>
<a href="https://github.com/qgis/QGIS/tree/{{ version_branch }}" target="_blank" rel="noopener noreferrer">{{ _('Source Code') }}</a>
</dd>
</dl>
<hr/>
Expand Down
2 changes: 2 additions & 0 deletions conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ context = {
'current_version': version,
'version': version,
'versions': [[v, url+v] for v in version_list],
'version_branch': ''.join(['release-', version]).replace('.',
'_') if version != 'master' else 'master',
'display_lower_left': True,
# 'downloads': [ ['PDF', '/builders.pdf'], ['HTML', '/builders.tgz'] ],
}
Expand Down

0 comments on commit 682601d

Please sign in to comment.