Changeset 890:01626215f2ac for adhocracy/templates/proposal/tiles.html
- Timestamp:
- 08/28/10 13:53:37 (3 years ago)
- Branch:
- trunk
- File:
-
- 1 edited
-
adhocracy/templates/proposal/tiles.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adhocracy/templates/proposal/tiles.html
r887 r890 43 43 <li><a title="${_('Who is receiving delegations?')}" 44 44 href="${h.entity_url(proposal, member='delegations')}" 45 class="delegations ttip">${_("Delegations")} (${len(proposal.current_delegations())})</a></li> 45 class="delegations ttip">${_("Delegations")} 46 ##(${len(proposal.current_delegations())}) 47 </a></li> 46 48 %endif 47 49 <li><a title="${_('Who has helped?')}" 48 50 href="${h.entity_url(proposal, member='contributors')}" class="contributors ttip"> 49 ${_("Contributors")} (${len(proposal.contributors())})</a></li> 51 ${_("Contributors")} 52 ##(${len(proposal.contributors())}) 53 </a></li> 50 54 </ul> 51 55 <br/>
Note: See TracChangeset
for help on using the changeset viewer.
