~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/templates/collapse-all-button.pt

  • Committer: Michael Hudson-Doyle
  • Date: 2012-01-19 21:37:14 UTC
  • mfrom: (461.1.2 bug-383631)
  • Revision ID: michael.hudson@linaro.org-20120119213714-3r0wrm96mewvt8pr
fix bug #383631: Breadcrumbs while annotating a file in head shows the most recent revision in the url instead of head

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<tal:block>
2
2
  <a tal:attributes="class string:hide-all collapse-${group}-hideall;
3
3
                     href string:javascript:collapseAllDisplay('${group}','none')">
4
 
    <img tal:attributes="src python:tg.url('/static/images/nav-small-down.gif')"
 
4
    <img tal:attributes="src python:branch.static_url('/static/images/nav-small-down.gif')"
5
5
         width="10" height="10" alt="collapse"
6
6
         class="collapse-triangle" />
7
7
    collapse all
8
8
  </a>
9
9
  <a tal:attributes="class string:hide-all collapse-${group}-showall;
10
10
                     href string:javascript:collapseAllDisplay('${group}','${normal}')">
11
 
    <img tal:attributes="src python:tg.url('/static/images/nav-small-right.gif')"
 
11
    <img tal:attributes="src python:branch.static_url('/static/images/nav-small-right.gif')"
12
12
         width="10" height="10" alt="expand"
13
13
         class="collapse-triangle" />
14
14
    expand all