# HG changeset patch # User Sean Farley # Date 2014-10-31 22:48:27 # Node ID 961ef96fcc653e76dde13e5305ff29215c971770 # Parent 27504cac41271ea12358ce169d71d9f65e580c04 icon-lock-open-alt: use icon-globe to signify public repo Tests are also updated. 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 @@ -129,7 +129,7 @@ %if c.db_repo.private: %else: - + %endif ${h.repo_link(c.db_repo.groups_and_repo)} 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 @@ -77,7 +77,7 @@ %if private and c.visual.show_private_icon: %elif not private and c.visual.show_public_icon: - + %else: %endif diff --git a/kallithea/tests/functional/test_home.py b/kallithea/tests/functional/test_home.py --- a/kallithea/tests/functional/test_home.py +++ b/kallithea/tests/functional/test_home.py @@ -21,7 +21,7 @@ class TestHomeController(TestController) response.mustcontain(r'href=\"/%s\"' % HG_REPO) response.mustcontain(r'""" + """""" ) # clone url... @@ -57,7 +57,7 @@ class TestSummaryController(TestControll ) #public/private response.mustcontain( - """""" + """""" ) # clone url... @@ -77,7 +77,7 @@ class TestSummaryController(TestControll ) #public/private response.mustcontain( - """""" + """""" ) def test_index_by_repo_having_id_path_in_name_hg(self): @@ -106,7 +106,7 @@ class TestSummaryController(TestControll ) #public/private response.mustcontain( - """""" + """""" ) def _enable_stats(self, repo):