diffs: introducing diff menu for whitespace toggle and context changes

This commit is contained in:
Daniel Dourvaris 2018-10-23 17:02:26 +02:00
parent 175a9b344e
commit 94d74336d1
11 changed files with 141 additions and 206 deletions

View file

@ -150,10 +150,6 @@
<a href="${h.route_path('repo_commit_download',repo_name=c.repo_name,commit_id=c.commit.raw_id,_query=dict(diff='download'))}" class="tooltip" title="${h.tooltip(_('Download diff'))}">
${_('Download Diff')}
</a>
|
${c.ignorews_url(request)}
|
${c.context_url(request)}
</div>
</div>
</div>