Author: matevz
Date: Tue Apr 2 09:21:44 2013
New Revision: 1463458
URL: http://svn.apache.org/r1463458
Log:
Ref. #470, browser breadcrumb fix
Modified:
bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/templates/bh_path_links.html
Modified:
bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/templates/bh_path_links.html
URL:
http://svn.apache.org/viewvc/bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/templates/bh_path_links.html?rev=1463458&r1=1463457&r2=1463458&view=diff
==============================================================================
---
bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/templates/bh_path_links.html
(original)
+++
bloodhound/branches/bep_0003_multiproduct/bloodhound_theme/bhtheme/templates/bh_path_links.html
Tue Apr 2 09:21:44 2013
@@ -60,8 +60,8 @@
py:with="last = idx == len(path_hidden) - 1"><a
class="pathentry" href="${part.href}"
title="${_('View %(name)s', name=part.name)}">${part.name}<span
- py:if="not last" class="pathentry sep">/</span></a></li></ul></li><span
- class="pathentry sep divider">/</span></py:if><py:for
+ py:if="not last" class="pathentry sep">/</span></a></li></ul><span
+ class="pathentry sep divider">/</span></li></py:if><py:for
each="idx, part in enumerate(path_visible)"><py:with
vars="last = idx == len(path_visible) - 1;
">${part_ui(part, last)}</py:with></py:for></py:with></py:if>