_call_signal.html.erb - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
 (HTM) git clone git://jay.scot/warvox
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
       _call_signal.html.erb (624B)
       ---
            1 <span class='pull-left'><%= render :partial => 'shared/lightbox_sig', :locals => { :call => call } %></span>
            2 <%= render :partial => 'shared/lightbox_freq', :locals => { :call => call } %>
            3 
            4 <% if call.fprint and call.fprint.length > 0 and call != @result %>
            5         <% if @job_id %>
            6         <a class="btn" href="<%= view_matches_path(call.project_id, call.job_id, call.id) %>" rel="tooltip" title="Search for Matches"><i class="fa fa-search"></i></a>
            7         <% else %>
            8         <a class="btn" href="<%= view_matches_project_path(call.project_id, call.id) %>" rel="tooltip" title="Search for Matches"><i class="fa fa-search"></i></a>
            9         <% end%>
           10 <% end %>