diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -366,14 +366,6 @@ label.control-label { margin: 0px 1px 0px 3px; } -.dt_repo a { - text-decoration: none; -} - -.dt_repo .dt_repo_name:hover { - text-decoration: underline; -} - #content #left { left: 0; width: 280px; diff --git a/kallithea/templates/data_table/_dt_elements.html b/kallithea/templates/data_table/_dt_elements.html --- a/kallithea/templates/data_table/_dt_elements.html +++ b/kallithea/templates/data_table/_dt_elements.html @@ -13,19 +13,16 @@ return name %>
- ##NAME - - - ##TYPE OF REPO ${base.repotag(rtype)} - - ##PRIVATE/PUBLIC %if private and c.visual.show_private_icon: %elif not private and c.visual.show_public_icon: + %else: + %endif - ${get_name(name)} + + ${get_name(name)} %if fork_of: diff --git a/kallithea/templates/index_base.html b/kallithea/templates/index_base.html --- a/kallithea/templates/index_base.html +++ b/kallithea/templates/index_base.html @@ -49,16 +49,12 @@ ##${_('Number of Repositories')} - - ## REPO GROUPS % for gr in c.groups:
- - ${gr.name} - + ${gr.name}
${h.urlify_text(gr.group_description, stylize=c.visual.stylify_metatags)}