Show More
@@ -194,7 +194,7 b' collapse_all = len(diffset.files) > coll' | |||||
194 | %endif |
|
194 | %endif | |
195 | %if over_lines_changed_limit: |
|
195 | %if over_lines_changed_limit: | |
196 | <tr class="cb-warning cb-collapser"> |
|
196 | <tr class="cb-warning cb-collapser"> | |
197 |
<td class="cb-text" ${c.diffmode == 'unified' and 'colspan=4' or 'colspan= |
|
197 | <td class="cb-text" ${c.diffmode == 'unified' and 'colspan=4' or 'colspan=6'}> | |
198 | ${_('This diff has been collapsed as it changes many lines, (%i lines changed)' % lines_changed)} |
|
198 | ${_('This diff has been collapsed as it changes many lines, (%i lines changed)' % lines_changed)} | |
199 | <a href="#" class="cb-expand" |
|
199 | <a href="#" class="cb-expand" | |
200 | onclick="$(this).closest('table').removeClass('cb-collapsed'); return false;">${_('Show them')} |
|
200 | onclick="$(this).closest('table').removeClass('cb-collapsed'); return false;">${_('Show them')} | |
@@ -207,7 +207,7 b' collapse_all = len(diffset.files) > coll' | |||||
207 | %endif |
|
207 | %endif | |
208 | %if filediff.patch['is_limited_diff']: |
|
208 | %if filediff.patch['is_limited_diff']: | |
209 | <tr class="cb-warning cb-collapser"> |
|
209 | <tr class="cb-warning cb-collapser"> | |
210 |
<td class="cb-text" ${c.diffmode == 'unified' and 'colspan=4' or 'colspan= |
|
210 | <td class="cb-text" ${c.diffmode == 'unified' and 'colspan=4' or 'colspan=6'}> | |
211 | ${_('The requested commit is too big and content was truncated.')} <a href="${link_for(fulldiff=1)}" onclick="return confirm('${_("Showing a big diff might take some time and resources, continue?")}')">${_('Show full diff')}</a> |
|
211 | ${_('The requested commit is too big and content was truncated.')} <a href="${link_for(fulldiff=1)}" onclick="return confirm('${_("Showing a big diff might take some time and resources, continue?")}')">${_('Show full diff')}</a> | |
212 | </td> |
|
212 | </td> | |
213 | </tr> |
|
213 | </tr> |
General Comments 0
You need to be logged in to leave comments.
Login now