Fix the reanalyze path - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 324c0888b6ffda7e6b9382260477686f6202c4c5
DIR parent 6ff719b811c876e58c6477c8f70411c5ce5a0291
HTML Author: HD Moore <hd_moore@rapid7.com>
Date: Tue, 26 May 2009 03:28:05 +0000
Fix the reanalyze path
Diffstat:
M web/app/views/analyze/index.html.e… | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/web/app/views/analyze/index.html.erb b/web/app/views/analyze/index.html.erb
@@ -24,7 +24,7 @@
<td><%=h dial_job.started_at.localtime.strftime("%Y-%m-%d %H:%M:%S") %></td>
<!-- <td><%= link_to 'Overview', show_analyze_path(dial_job) %></td> -->
<td><%= link_to 'Browse', view_analyze_path(dial_job) %></td>
- <td><%= link_to 'ReAnalyze', reanalyze_dial_result_path(@dial_job), :confirm => 'Process this job again?' %></td>
+ <td><%= link_to 'ReAnalyze', reanalyze_dial_result_path(dial_job), :confirm => 'Process this job again?' %></td>
</tr>
<% end %>
</table>