summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-07-15 23:54:42 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-07-15 23:54:42 -0600
commit943618d2ce87d30c561b1659002f0d33eb718aa9 (patch)
tree5313aa0b71fc0c294683b5d74ab06940fed05811 /templates
parente142f448ec08624007eb8d8e69515871b0fa34b5 (diff)
reduce differences in the package details page
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/details.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html
index 35134f97..2fb14bb8 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -17,6 +17,10 @@
<h4>Package Actions</h4>
<ul class="small">
<li>
+ <a href="{% scm_link pkg 'tree' %}" title="View source files for {{ pkg.pkgname }}">Source Files</a> /
+ <a href="{% scm_link pkg 'log' %}" title="View changes for {{ pkg.pkgname }}">View Changes</a>
+ </li>
+ <li>
<a href="{% bugs_list pkg %}" title="View existing bug tickets for {{ pkg.pkgname }}">Bug Reports</a> /
<a href="{% bug_report pkg %}" title="Report new bug for {{ pkg.pkgname }}">Add New Bug</a>
/ <a href="{% flag_unfree pkg %}" title="Report {{ pkg.pkgname }} as unfree">Report as unfree</a>
@@ -41,7 +45,7 @@
onclick="return !window.open('/packages/flaghelp/','FlagHelp',
'height=350,width=450,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no');">(?)</a></li>
{% endif %}
- <li><a href="{% get_download_link pkg %}" rel="nofollow" title="Download {{ pkg.pkgname }} from mirror">Download From Mirror</a></li>
+ <li><a href="download/" rel="nofollow" title="Download {{ pkg.pkgname }} from mirror">Download From Mirror</a></li>
</ul>
{% if perms.main.change_package %}