lib/snapshot/page.html.erb in snapshot-0.3.0 vs lib/snapshot/page.html.erb in snapshot-0.3.1
- old
+ new
@@ -36,9 +36,10 @@
<%= device_name %>
</h2>
</th>
<tr>
<% screens.each do |screen_path| %>
+ <% next if screen_path.include?"_framed.png" %>
<td>
<% screen_size = FastImage.size(screen_path) %>
<a href="<%= screen_path %>" target="_blank">
<img class="screenshot"
src="<%= screen_path %>",
\ No newline at end of file