Sha256: df74fa04b7c3d6f3a3bf11c14246b31663bbac30d711a227ce3f396348df46e9
Contents?: true
Size: 829 Bytes
Versions: 21
Compression:
Stored size: 829 Bytes
Contents
<% if frame.line.to_i > 0 && frame.url == page.dom.url %> <strong> <a id="<%= id %>-source-page" href="<%= id_to_location id %>/source/page"> Page </a> </strong> <%= code_highlight( page.body, :html, from: frame.line - 5, to: frame.line + 5, anchor_id: "#{id}-source-page", breakpoint: frame.line ) %> <% end %> <% if !frame.function.source.to_s.empty? %> <strong> <a id="<%= id %>-source-function" href="<%= id_to_location id %>/source/function"> Function </a> </strong> <%= code_highlight( frame.function.source, :javascript, anchor_id: "#{id}-source-function" ) %> <% end %>
Version data entries
21 entries across 21 versions & 1 rubygems