templates/channel_last.tmpl
author Tero Marttila <terom@fixme.fi>
Mon, 09 Feb 2009 13:45:06 +0200
changeset 70 72edbbb414a7
parent 69 templates/channel_view.tmpl@1f182913b1f2
child 80 a0662cff1d9d
permissions -rw-r--r--
merge channel_view and channel_last, adding a More link to channel_last.tmpl
<%inherit file="channel.tmpl" />

<div id="title">${channel.title} :: Last ${count} lines</div>

<a href="${h.build_url(urls.channel_last, channel=channel, count=count+50)}" class='more-link'>...More...</a>
<%include file="lines.tmpl" />