comparison pylons_app/templates/login.html @ 282:237470e64bb8

switched filters into webhelpers for easy of usage. Rewrite of html to use predefined templates from branches shortlog tags, for DRY usage. Added info messages about empty branches/tags etc.
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 13 Jun 2010 23:56:16 +0200
parents a55c17874486
children 15e96b5a2685
comparison
equal deleted inserted replaced
281:cd2ee462fc2c 282:237470e64bb8
1 ## -*- coding: utf-8 -*- 1 ## -*- coding: utf-8 -*-
2 <%!
3 from pylons_app.lib import filters
4 %>
5 <%inherit file="base/base.html"/> 2 <%inherit file="base/base.html"/>
6 <%def name="title()"> 3 <%def name="title()">
7 ${c.repos_prefix} Mercurial Repositories 4 ${c.repos_prefix} Mercurial Repositories
8 </%def> 5 </%def>
9 <%def name="breadcrumbs()"> 6 <%def name="breadcrumbs()">