Show More
@@ -55,7 +55,7 | |||||
55 | %endfor |
|
55 | %endfor | |
56 | </div> |
|
56 | </div> | |
57 | % if c.limited_diff: |
|
57 | % if c.limited_diff: | |
58 |
<h5>${_('Changeset was too big and was cut off...')} <a href="${h.url.current(fulldiff=1, **request.GET.mixed())}" |
|
58 | <h5>${_('Changeset was too big and was cut off...')} <a href="${h.url.current(fulldiff=1, **request.GET.mixed())}">${_('Show full diff')}</a></h5> | |
59 | % endif |
|
59 | % endif | |
60 | </div> |
|
60 | </div> | |
61 | </div> |
|
61 | </div> | |
@@ -66,7 +66,7 | |||||
66 | ${diff_block.diff_block_simple([c.changes[fid]])} |
|
66 | ${diff_block.diff_block_simple([c.changes[fid]])} | |
67 | %endfor |
|
67 | %endfor | |
68 | % if c.limited_diff: |
|
68 | % if c.limited_diff: | |
69 |
<h4>${_('Changeset was too big and was cut off...')} <a href="${h.url.current(fulldiff=1, **request.GET.mixed())}" |
|
69 | <h4>${_('Changeset was too big and was cut off...')} <a href="${h.url.current(fulldiff=1, **request.GET.mixed())}">${_('Show full diff')}</a></h4> | |
70 | % endif |
|
70 | % endif | |
71 | <script type="text/javascript"> |
|
71 | <script type="text/javascript"> | |
72 |
|
72 |
General Comments 0
You need to be logged in to leave comments.
Login now