Changeset 195:87286ec82426
- Timestamp:
- 09/25/09 14:57:10 (6 months ago)
- Author:
- rgrp
- Branch:
- default
- convert_revision:
- svn:0ead1229-0713-0410-96cd-f668dbfad531/trunk@281
- Message:
-
[templates][xs]: micro fix to guide link in sidebar (was using url_for(action='link') which misgenerated links when not on home page).
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r188
|
r195
|
|
| 86 | 86 | <h2>Assistance</h2> |
| 87 | 87 | <p>For information on using ${c.site_title} check out the |
| 88 | | <a href="${h.url_for(action='guide')}">Guide</a>. |
| | 88 | <a href="${h.url_for('guide')}">Guide</a>. |
| 89 | 89 | If you have a question or have found a bug please post to the <a rel="doap:mailing-list" href="http://lists.okfn.org/mailman/listinfo/okfn-help">okfn-help</a> mailing list. |
| 90 | 90 | </p> |