diff --git a/kallithea/templates/about.html b/kallithea/templates/about.html --- a/kallithea/templates/about.html +++ b/kallithea/templates/about.html @@ -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 --git a/kallithea/templates/admin/repos/repo_edit_fields.html b/kallithea/templates/admin/repos/repo_edit_fields.html --- a/kallithea/templates/admin/repos/repo_edit_fields.html +++ b/kallithea/templates/admin/repos/repo_edit_fields.html @@ -2,11 +2,12 @@ %if c.repo_fields:

- - - - - + + + + + + %for field in c.repo_fields: diff --git a/kallithea/templates/admin/repos/repo_edit_remote.html b/kallithea/templates/admin/repos/repo_edit_remote.html --- a/kallithea/templates/admin/repos/repo_edit_remote.html +++ b/kallithea/templates/admin/repos/repo_edit_remote.html @@ -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 --git a/kallithea/templates/admin/settings/settings_vcs.html b/kallithea/templates/admin/settings/settings_vcs.html --- a/kallithea/templates/admin/settings/settings_vcs.html +++ b/kallithea/templates/admin/settings/settings_vcs.html @@ -62,7 +62,7 @@ ${h.form(url('admin_settings'), method=' ${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 --git a/kallithea/templates/changeset/changeset_file_comment.html b/kallithea/templates/changeset/changeset_file_comment.html --- a/kallithea/templates/changeset/changeset_file_comment.html +++ b/kallithea/templates/changeset/changeset_file_comment.html @@ -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 --git a/kallithea/templates/changeset/diff_block.html b/kallithea/templates/changeset/diff_block.html --- a/kallithea/templates/changeset/diff_block.html +++ b/kallithea/templates/changeset/diff_block.html @@ -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 --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 @@ -44,7 +44,7 @@ ${self.repo_context_bar('files')}
diff --git a/kallithea/templates/pullrequests/pullrequest_data.html b/kallithea/templates/pullrequests/pullrequest_data.html --- a/kallithea/templates/pullrequests/pullrequest_data.html +++ b/kallithea/templates/pullrequests/pullrequest_data.html @@ -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 --git a/kallithea/templates/search/search_commit.html b/kallithea/templates/search/search_commit.html --- a/kallithea/templates/search/search_commit.html +++ b/kallithea/templates/search/search_commit.html @@ -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']: