Remove redundant file - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 972a006a04421b6987583fbef7c9c5cf2639a8d1
 (DIR) parent ed59b0769838af75c9fcde776c5092b329bc8b2b
 (HTM) Author: HD Moore <hd_moore@rapid7.com>
       Date:   Wed,  2 Jan 2013 03:13:19 -0600
       
       Remove redundant file
       
       Diffstat:
         D app/views/shared/lightbox_sig.html… |      17 -----------------
       
       1 file changed, 0 insertions(+), 17 deletions(-)
       ---
 (DIR) diff --git a/app/views/shared/lightbox_sig.html.erb b/app/views/shared/lightbox_sig.html.erb
       @@ -1,17 +0,0 @@
       -<%
       -        lid = "call_#{call.id}_sig"
       -%>
       -<a href="<%=resource_analyze_path(call.id, "big_sig_dots")%>" class="lightbox">
       -<img src="<%=resource_analyze_path(call.id, "small_sig")%>" />
       -</a>
       -
       -<div id="<%= lid %>" class="lightbox hide fade" tabindex="-1" role="dialog" aria-hidden="true">
       -        <div class='lightbox-header'>
       -                <button type="button" class="close" data-dismiss="lightbox" aria-hidden="true">&times;</button>
       -        </div>
       -        <div class='lightbox-content'>
       -                <img src="<%=resource_analyze_path(call.id, "big_sig_dots")%>">
       -        </div>
       -</div>
       -
       -<a data-toggle="lightbox" href="#<%= lid %>"><img src="<%=resource_analyze_path(call.id, "small_sig")%>" /></a>