| Remove redundant file - warvox - VoIP based wardialing tool, forked from rapid7… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 972a006a04421b6987583fbef7c9c5cf2639a8d1 | |
| parent ed59b0769838af75c9fcde776c5092b329bc8b2b | |
| Author: HD Moore <[email protected]> | |
| 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(-) | |
| --- | |
| diff --git a/app/views/shared/lightbox_sig.html.erb b/app/views/shared/lightbox… | |
| @@ -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" ar… | |
| - <div class='lightbox-header'> | |
| - <button type="button" class="close" data-dismiss="lightbox" ar… | |
| - </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_pat… |