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 @@ -61,7 +61,14 @@ ${_('public')} %endif ${h.link_to(repo['name'], - h.url('summary_home',repo_name=repo['name']))} + h.url('summary_home',repo_name=repo['name']))} + %if repo['repo'].dbrepo.fork: + + ${_('public')} + %endif + ${h.truncate(repo['description'],60)} ${h.age(repo['last_change'])}