# HG changeset patch # User domruf # Date 2016-09-22 21:05:03 # Node ID c0e0ae9c5e64da35a3e8afd93e4857379901fe79 # Parent 6f38405ed2f231c0486a2add285fcb8e949c1010 index: only link from the repository and group names - don't include the various icons 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: ${h.urlify_text(gr.group_description, stylize=c.visual.stylify_metatags)}