Sha256: fc9b32941f574ef3cadba13733f4cee7b41e588dd91f3f4b552862fd4c1344cf

Contents?: true

Size: 931 Bytes

Versions: 193

Compression:

Stored size: 931 Bytes

Contents

<p>View Warnings</p>
<table>
  <thead>
    <tr>
      <th>Confidence</th>
      <th>Template</th>
      <th>Warning Type</th>
      <th>Message</th>
    </tr>
  </thead>
  <tbody>
  <% warnings.each_with_index do |warning, i| %>
    <tr>
      <td><%= warning['Confidence']%></td>
      <td>
        <% if warning['Called From'] and warning['Called From'].length > 1 %>
          <div class="template_name" onClick="toggle('callers<%= i %>')" >
            <div>
              <%= warning['Template'] %>
            </div>
            <div class="render_path" id="callers<%= i %>" >
              <%= warning['Called From'].join(' &rarr; ') %> &rarr; <%= warning['Template Name'] %>
            </div>
          </div>
        <% else %>
          <%= warning['Template']%>
        <% end %>
      </td>
      <td><%= warning['Warning Type']%></td>
      <td><%= warning['Message']%></td>
    </tr>
  <% end %>
  </tbody>
</table>

Version data entries

193 entries across 179 versions & 5 rubygems

Version Path
brakeman-5.2.3 lib/brakeman/report/templates/view_warnings.html.erb
brakeman-lib-5.2.3 lib/brakeman/report/templates/view_warnings.html.erb
brakeman-min-5.2.3 lib/brakeman/report/templates/view_warnings.html.erb
brakeman-5.2.2 lib/brakeman/report/templates/view_warnings.html.erb
brakeman-lib-5.2.2 lib/brakeman/report/templates/view_warnings.html.erb
brakeman-min-5.2.2 lib/brakeman/report/templates/view_warnings.html.erb
brakeman-5.2.1 lib/brakeman/report/templates/view_warnings.html.erb
brakeman-lib-5.2.1 lib/brakeman/report/templates/view_warnings.html.erb
brakeman-min-5.2.1 lib/brakeman/report/templates/view_warnings.html.erb
brakeman-5.2.0 lib/brakeman/report/templates/view_warnings.html.erb
brakeman-lib-5.2.0 lib/brakeman/report/templates/view_warnings.html.erb
brakeman-min-5.2.0 lib/brakeman/report/templates/view_warnings.html.erb
brakeman-5.1.2 lib/brakeman/report/templates/view_warnings.html.erb
brakeman-lib-5.1.2 lib/brakeman/report/templates/view_warnings.html.erb
brakeman-min-5.1.2 lib/brakeman/report/templates/view_warnings.html.erb
brakeman-5.1.1 lib/brakeman/report/templates/view_warnings.html.erb
brakeman-lib-5.1.1 lib/brakeman/report/templates/view_warnings.html.erb
brakeman-min-5.1.1 lib/brakeman/report/templates/view_warnings.html.erb
brakeman-5.1.0 lib/brakeman/report/templates/view_warnings.html.erb
brakeman-lib-5.1.0 lib/brakeman/report/templates/view_warnings.html.erb