# HG changeset patch # User Mads Kiilerich # Date 2020-06-08 14:36:15 # Node ID 0617a88e0daa5a2e911dfd8f264528ed50745770 # Parent 95ba2e5893f9c9933b0b930f4b131489e4976ca3 diff: consistently clarify in title text which icon links are for "this file" and not global 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 @@ -61,9 +61,9 @@ - + - + ${c.ignorews_url(request.GET, url_fid)} ${c.context_url(request.GET, url_fid)} diff --git a/kallithea/templates/files/diff_2way.html b/kallithea/templates/files/diff_2way.html --- a/kallithea/templates/files/diff_2way.html +++ b/kallithea/templates/files/diff_2way.html @@ -48,10 +48,10 @@ ${self.repo_context_bar('changelog')} + title="${_('Raw diff for this file')}"> + title="${_('Download diff for this file')}"> ${h.checkbox('ignorews', label=_('Ignore whitespace'))} ${h.checkbox('edit_mode', label=_('Edit'))}