cubicweb/pyramid/debug_toolbar_templates/rql.dbtmako
changeset 12777 7c4216ed7497
parent 12761 10b8352b0208
child 12930 665f66e57fc6
equal deleted inserted replaced
12776:3cbcbaead477 12777:7c4216ed7497
    45                     <a class="btn btn-default" id="hide-stack-${i}" href="javascript:hide_stack(${i})" style="display: none">hide stack</a>
    45                     <a class="btn btn-default" id="hide-stack-${i}" href="javascript:hide_stack(${i})" style="display: none">hide stack</a>
    46                 </td>
    46                 </td>
    47             </tr>
    47             </tr>
    48             <tr style="display: none" id="stack-${i}">
    48             <tr style="display: none" id="stack-${i}">
    49                 <td colspan="7">
    49                 <td colspan="7">
    50                     <pre>${highlight(query["callstack"], "py3tb", linenos="inline") | n}</pre>
    50                     <pre>${source_code_url_in_stack(highlight(query["callstack"], "py3tb", linenos="inline"), highlighted=has_pygments) | n}</pre>
    51                 </td>
    51                 </td>
    52             </tr>
    52             </tr>
    53             <tr style="display: none"></tr> <!-- css hack because of previous hidden tr for -stripped -->
    53             <tr style="display: none"></tr> <!-- css hack because of previous hidden tr for -stripped -->
    54         % endfor
    54         % endfor
    55     </tbody>
    55     </tbody>