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/base.html | 2 +- app/templates/packages/view.html | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'app/templates') diff --git a/app/templates/base.html b/app/templates/base.html index faa867a..f52006c 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -7,7 +7,7 @@ {% block title %}title{% endblock %} - {{ config.USER_APP_NAME }} - + 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