# HG changeset patch # User domruf # Date 1484169815 -3600 # Node ID 94a9ce213964dad1704fc2869ee1ac5b38b35906 # Parent 1ab38cd7270481c09e1adbef0d84d8d9dbef37f4 templates: reduce html errors/warnings diff -r 1ab38cd72704 -r 94a9ce213964 kallithea/templates/about.html --- a/kallithea/templates/about.html Tue Sep 20 20:01:59 2016 +0200 +++ b/kallithea/templates/about.html Wed Jan 11 22:23:35 2017 +0100 @@ -24,7 +24,7 @@ v 3.0 (GPLv3).

Kallithea is copyrighted by various authors, including but not - necessarily limited to the following: + necessarily limited to the following:

+

The above are the copyright holders who have submitted direct contributions to the Kallithea repository. In diff -r 1ab38cd72704 -r 94a9ce213964 kallithea/templates/admin/repos/repo_edit_fields.html --- a/kallithea/templates/admin/repos/repo_edit_fields.html Tue Sep 20 20:01:59 2016 +0200 +++ b/kallithea/templates/admin/repos/repo_edit_fields.html Wed Jan 11 22:23:35 2017 +0100 @@ -2,11 +2,12 @@ %if c.repo_fields:

- - - - - + + + + + + %for field in c.repo_fields: diff -r 1ab38cd72704 -r 94a9ce213964 kallithea/templates/admin/repos/repo_edit_remote.html --- a/kallithea/templates/admin/repos/repo_edit_remote.html Tue Sep 20 20:01:59 2016 +0200 +++ b/kallithea/templates/admin/repos/repo_edit_remote.html Wed Jan 11 22:23:35 2017 +0100 @@ -1,6 +1,6 @@ %if c.repo_info.clone_uri:

- ${_('Remote repository URL')}: ${c.repo_info.clone_uri_hidden} + ${_('Remote repository URL')}: ${c.repo_info.clone_uri_hidden}

${h.form(url('edit_repo_remote_update', repo_name=c.repo_name))}
diff -r 1ab38cd72704 -r 94a9ce213964 kallithea/templates/admin/settings/settings_vcs.html --- a/kallithea/templates/admin/settings/settings_vcs.html Tue Sep 20 20:01:59 2016 +0200 +++ b/kallithea/templates/admin/settings/settings_vcs.html Wed Jan 11 22:23:35 2017 +0100 @@ -62,7 +62,7 @@ ${h.text('paths_root_path',size=60,readonly="readonly",class_='form-control')} -
+
${_('Filesystem location where repositories are stored. After changing this value, a restart and rescan of the repository folder are both required.')}
diff -r 1ab38cd72704 -r 94a9ce213964 kallithea/templates/changeset/changeset_file_comment.html --- a/kallithea/templates/changeset/changeset_file_comment.html Tue Sep 20 20:01:59 2016 +0200 +++ b/kallithea/templates/changeset/changeset_file_comment.html Wed Jan 11 22:23:35 2017 +0100 @@ -26,7 +26,7 @@ %if co.author_id == c.authuser.user_id or h.HasRepoPermissionAny('repository.admin')(c.repo_name): %if co.deletable(): -
${_('Delete')}
+
${_('Delete')}
%endif %endif diff -r 1ab38cd72704 -r 94a9ce213964 kallithea/templates/changeset/diff_block.html --- a/kallithea/templates/changeset/diff_block.html Tue Sep 20 20:01:59 2016 +0200 +++ b/kallithea/templates/changeset/diff_block.html Wed Jan 11 22:23:35 2017 +0100 @@ -29,32 +29,32 @@
%if op == 'A': - + %else: - + %endif %if op == 'A': - + %elif op == 'M': - + %elif op == 'D': - + %elif op == 'R': - + %elif op is None: - + %else: - + %endif %if op == 'D': - + %else: - + %endif diff -r 1ab38cd72704 -r 94a9ce213964 kallithea/templates/files/files_add.html --- a/kallithea/templates/files/files_add.html Tue Sep 20 20:01:59 2016 +0200 +++ b/kallithea/templates/files/files_add.html Wed Jan 11 22:23:35 2017 +0100 @@ -44,7 +44,7 @@
diff -r 1ab38cd72704 -r 94a9ce213964 kallithea/templates/pullrequests/pullrequest_data.html --- a/kallithea/templates/pullrequests/pullrequest_data.html Tue Sep 20 20:01:59 2016 +0200 +++ b/kallithea/templates/pullrequests/pullrequest_data.html Wed Jan 11 22:23:35 2017 +0100 @@ -25,9 +25,9 @@
${_('Label')}${_('Key')}${_('Type')}${_('Action')}
${_('Label')}${_('Key')}${_('Type')}${_('Action')}
${field.field_label} <% status = pr.user_review_status(c.authuser.user_id) %> %if status: - + %else: - + %endif diff -r 1ab38cd72704 -r 94a9ce213964 kallithea/templates/search/search_commit.html --- a/kallithea/templates/search/search_commit.html Tue Sep 20 20:01:59 2016 +0200 +++ b/kallithea/templates/search/search_commit.html Wed Jan 11 22:23:35 2017 +0100 @@ -13,7 +13,7 @@
${h.gravatar_div(h.email_or_none(sr['author']), size=20)} ${h.person(sr['author'])}
- ${h.email_or_none(sr['author'])}
+ ${h.email_or_none(sr['author'])}
%if sr['message_hl']: