mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
Merge pull request #481 from mikedld/diff-lines
Correct new line numbers in diff viewer
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<td class="lineNo">
|
||||
{% if line.getType != 'chunk' %}
|
||||
<a name="L{{ loop.index }}R{{ line.getNumOld }}"></a>
|
||||
<a href="#L{{ loop.index }}L{{ line.getNumOld }}">
|
||||
<a href="#L{{ loop.index }}R{{ line.getNumOld }}">
|
||||
{% endif %}
|
||||
{{ line.getNumOld }}
|
||||
{% if line.getType != 'chunk' %}
|
||||
|
||||
Reference in New Issue
Block a user