From 311e0218affb9395a230b064596a60c9d748e5ef Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 18 Jan 2020 00:15:29 +0000 Subject: Fiddle with package button styling --- app/templates/packages/view.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app/templates/packages') diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index 5da8797..740bf7e 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -23,14 +23,14 @@

-
+
{{ package.getDownloadCount() }} downloads
- {% if package.repo %}View Source{% endif %} - {% if package.forums %}Forums{% endif %} - {% if package.issueTracker %}Issue Tracker{% endif %} - {% if package.website %}Website{% endif %} + {% if package.repo %}View Source{% endif %} + {% if package.forums %}Forums{% endif %} + {% if package.issueTracker %}Issue Tracker{% endif %} + {% if package.website %}Website{% endif %}
-- cgit v1.2.3