diff --git a/pylons_app/templates/index.html b/pylons_app/templates/index.html --- a/pylons_app/templates/index.html +++ b/pylons_app/templates/index.html @@ -1,10 +1,10 @@ ## -*- coding: utf-8 -*- <%inherit file="base/base.html"/> <%def name="title()"> - ${c.repos_prefix} + ${c.hg_app_name} %def> <%def name="breadcrumbs()"> - ${c.repos_prefix} + ${c.hg_app_name} %def> <%def name="page_nav()"> ${self.menu('home')} @@ -17,46 +17,61 @@ %else: ${name} %endif - ↓ - ↑ + ↓ + ↑ %def> -