# HG changeset patch # User Mads Kiilerich # Date 2014-07-18 18:44:54 # Node ID cdf89e722ef691607e94c74566104ee0031e80cf # Parent ce7c4addc2aee526827b1212551ebd07b0f28e1e templates: don't use explicit uppercase style - shouting is rude diff --git a/kallithea/templates/admin/notifications/notifications.html b/kallithea/templates/admin/notifications/notifications.html --- a/kallithea/templates/admin/notifications/notifications.html +++ b/kallithea/templates/admin/notifications/notifications.html @@ -21,11 +21,6 @@
${self.breadcrumbs()} - ##
diff --git a/kallithea/templates/admin/notifications/show_notification.html b/kallithea/templates/admin/notifications/show_notification.html --- a/kallithea/templates/admin/notifications/show_notification.html +++ b/kallithea/templates/admin/notifications/show_notification.html @@ -23,11 +23,6 @@
${self.breadcrumbs()} - ##
diff --git a/kallithea/templates/files/files.html b/kallithea/templates/files/files.html --- a/kallithea/templates/files/files.html +++ b/kallithea/templates/files/files.html @@ -30,7 +30,7 @@ ${self.repo_context_bar('files')} ${self.breadcrumbs()}
diff --git a/kallithea/templates/files/files_add.html b/kallithea/templates/files/files_add.html --- a/kallithea/templates/files/files_add.html +++ b/kallithea/templates/files/files_add.html @@ -33,8 +33,7 @@ ${self.repo_context_bar('files')} ${self.breadcrumbs()}
diff --git a/kallithea/templates/files/files_delete.html b/kallithea/templates/files/files_delete.html --- a/kallithea/templates/files/files_delete.html +++ b/kallithea/templates/files/files_delete.html @@ -33,8 +33,7 @@ ${self.repo_context_bar('files')} ${self.breadcrumbs()}
diff --git a/kallithea/templates/files/files_edit.html b/kallithea/templates/files/files_edit.html --- a/kallithea/templates/files/files_edit.html +++ b/kallithea/templates/files/files_edit.html @@ -33,8 +33,7 @@ ${self.repo_context_bar('files')} ${self.breadcrumbs()} diff --git a/kallithea/tests/functional/test_files.py b/kallithea/tests/functional/test_files.py --- a/kallithea/tests/functional/test_files.py +++ b/kallithea/tests/functional/test_files.py @@ -73,7 +73,7 @@ class TestFilesController(TestController revision='97e8b885c04894463c51898e14387d80c30ed1ee', f_path='/')) - response.mustcontain("""Branch: git""") + response.mustcontain("""Branch: git""") def test_index_paging(self): self.log_user() @@ -105,7 +105,7 @@ Improved test to clone into uniq reposit removed extra unicode conversion in diff. """) - response.mustcontain("""Branch: default""") + response.mustcontain("""Branch: default""") def test_file_source_history(self): self.log_user()