# HG changeset patch # User Mads Kiilerich # Date 2016-10-31 22:39:39 # Node ID 94fb819ab47c1b76128f151cf9cc2d13128b0cbd # Parent 7bbe7dfaa48bfe4a71cb264ad03a531595f39caa style: quite-but-not-entirely trivial cleanup of "settings, visual" Providing a cleaner baseline for Bootstrap. diff --git a/kallithea/templates/admin/settings/settings_visual.html b/kallithea/templates/admin/settings/settings_visual.html --- a/kallithea/templates/admin/settings/settings_visual.html +++ b/kallithea/templates/admin/settings/settings_visual.html @@ -11,6 +11,7 @@ ${h.form(url('admin_settings_visual'), m ${_('Allows storing additional customized fields per repository.')} +
${h.checkbox('show_version','True')} @@ -22,8 +23,7 @@ ${h.form(url('admin_settings_visual'), m
-
-
+
${h.text('gravatar_url', size=80)} ${_('''Gravatar URL allows you to use another avatar server application. The following variables of the URL will be replaced accordingly. @@ -32,11 +32,12 @@ ${h.form(url('admin_settings_visual'), m {md5email} md5 hash of the user email (like at gravatar.com), {size} size of the image that is expected from the server application, {netloc} network location/server host of running Kallithea server''')} -
+
+ +
-
-
+
${h.text('clone_uri_tmpl', size=80)} ${_('''Schema of clone URL construction eg. '{scheme}://{user}@{netloc}/{repo}'. The following variables are available: @@ -45,7 +46,6 @@ ${h.form(url('admin_settings_visual'), m {netloc} network location/server host of running Kallithea server, {repo} full repository name, {repoid} ID of repository, can be used to construct clone-by-id''')} -