[ckan-changes] [okfn/ckan] 75dfc3: [2204] Cosmetic added a space
GitHub
noreply at github.com
Mon Apr 23 16:24:20 UTC 2012
Branch: refs/heads/feature-2204-related
Home: https://github.com/okfn/ckan
Commit: 75dfc3e09adc6136d505ca76ffbf070e3ffbf28b
https://github.com/okfn/ckan/commit/75dfc3e09adc6136d505ca76ffbf070e3ffbf28b
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-04-23 (Mon, 23 Apr 2012)
Changed paths:
M ckan/templates/package/layout.html
Log Message:
-----------
[2204] Cosmetic added a space
diff --git a/ckan/templates/package/layout.html b/ckan/templates/package/layout.html
index 0d165b8..ea07cbb 100644
--- a/ckan/templates/package/layout.html
+++ b/ckan/templates/package/layout.html
@@ -36,7 +36,7 @@
</py:choose>
<li class="${'active' if c.action=='history' else ''}">${h.subnav_link(h.icon('page_stack') + _('History'), controller='package', action='history', id=c.pkg.name)}</li>
- <li class="${'active' if c.action=='related' else ''}">${h.subnav_link(h.icon('package') + _('Related') + '(%s)' % c.related_count, controller='related', action='list', id=c.pkg.name)}</li>
+ <li class="${'active' if c.action=='related' else ''}">${h.subnav_link(h.icon('package') + _('Related') + ' (%s)' % c.related_count, controller='related', action='list', id=c.pkg.name)}</li>
<py:if test="h.check_access('package_update',{'id':c.pkg.id})">
<li class="divider">|</li>
================================================================
More information about the ckan-changes
mailing list