Sha256: d3a157f35e5ce4a7a7e2462f45716592b3b30a479442586d416e18a1c5c98c65
Contents?: true
Size: 438 Bytes
Versions: 71
Compression:
Stored size: 438 Bytes
Contents
<% if @timthumbs.empty? -%> <%= notice_icon %> No Timthumbs Found. <% else -%> <%= notice_icon %> Timthumb(s) Identified: <% @timthumbs.each do |timthumb| -%> <%= info_icon %> <%= timthumb %> <%= render('@finding', item: timthumb) -%> | <% if timthumb.version -%> | Version: <%= timthumb.version %> <%= render('@finding', item: timthumb.version) -%> <% else -%> | The version could not be determined. <% end -%> <% end -%> <% end %>
Version data entries
71 entries across 71 versions & 1 rubygems