diff --git a/rhodecode/templates/index_base.html b/rhodecode/templates/index_base.html --- a/rhodecode/templates/index_base.html +++ b/rhodecode/templates/index_base.html @@ -41,7 +41,11 @@ ${h.link_to(gr.name,url('repos_group_home',group_name=gr.group_name))} -
| + %if c.visual.stylify_metatags: + ${h.urlify_text(h.desc_stylize(h.truncate(repo['description'],60)))} + %else: ${h.truncate(repo['description'],60)} + %endif | ##LAST CHANGE DATE- ${h.age(repo['last_change'])} + ${h.age(repo['last_change'])} | ##LAST REVISION@@ -119,11 +127,13 @@ |