app/views/resque_manager/resque/status.html.erb in resque_manager-3.3.1 vs app/views/resque_manager/resque/status.html.erb in resque_manager-3.3.2

- old
+ new

@@ -1,8 +1,8 @@ <%= render(:partial => 'status_styles') %> <h1 class='wi'>Statuses: <%= @status.uuid %>/<%= @status.name %></h1> -<p class='intro'>Viewing a specific job created with JobWithStatus. <%= link_to('Return to the list of statuses', :action => "statuses") %></p> +<p class='intro'>Viewing a specific job created with JobWithStatus. <%= link_to('Return to the list of statuses', statuses_resque_path) %></p> <div class="status-holder" rel="<%= @status.status %>" id="status_<%= @status.uuid %>"> <div class="status-progress"> <div class="status-progress-bar status-<%= @status.status %>" style="width: <%= @status.pct_complete %>%;"></div> <p><%= @status.pct_complete %>%</p>