Sha256: 6ef8fba5f9bcd78fc54393f6bc25ba5492a4808417f7ea1e291e6f382a4be432

Contents?: true

Size: 471 Bytes

Versions: 2

Compression:

Stored size: 471 Bytes

Contents

<div class="line">
  <a href="file://<%= line['file'] %>">
    <%= line['file'].sub(@report['application_path'], '.') %></a><span>:<%= line['line_number'] %></span> in <%= line['method'] %>
  <% if line['file'].start_with?(@report['application_path']) %>
    <div class="code">
    <% render_source(line['file'], line['line_number']).each do |(code, line_number)| %>
      <pre data-line="<%= line_number %>"><%= code %></pre>
    <% end %>
    </div>
  <% end %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tainted_love-0.1.5 tools/web/views/line.erb
tainted_love-0.1.4 tools/web/views/line.erb