# HG changeset patch # User Sean Farley # Date 2014-10-30 23:57:32 # Node ID 4cd73f922f854f0e5b7469e44bc84cd161395ac4 # Parent 961ef96fcc653e76dde13e5305ff29215c971770 icon-lock: use icon-keyhole-circled instead of lock for private repos The inline 'style' override has been modified to only leave spacing and sizing (removing color). diff --git a/kallithea/templates/base/base.html b/kallithea/templates/base/base.html --- a/kallithea/templates/base/base.html +++ b/kallithea/templates/base/base.html @@ -127,7 +127,7 @@ ## public/private %if c.db_repo.private: - + %else: %endif @@ -385,10 +385,10 @@ tmpl += ' '; } if(obj_dict['private']){ - tmpl += ' '; + tmpl += ' '; } else if(visual_show_public_icon){ - tmpl += ' '; + tmpl += ' '; } tmpl += ''; } 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 @@ -75,7 +75,7 @@ ##PRIVATE/PUBLIC %if private and c.visual.show_private_icon: - + %elif not private and c.visual.show_public_icon: %else: