Fix "show all pipeline templates" link target on dashboard page.
authorTom Clegg <tom@curoverse.com>
Fri, 31 Jan 2014 20:50:35 +0000 (12:50 -0800)
committerTom Clegg <tom@curoverse.com>
Sat, 1 Feb 2014 22:31:22 +0000 (14:31 -0800)
apps/workbench/app/views/users/_tables.html.erb

index 47498d34debce1e41487eb21461d0ef51ada5a6b..3bf5023c4c59669d34a41651c5b3b6508e4184f1 100644 (file)
@@ -89,7 +89,7 @@
 
 <div>
   <strong>Recent pipeline instances</strong>
-  <%= link_to raw("Show all pipeline instances &rarr;"), jobs_path, class: 'pull-right' %>
+  <%= link_to raw("Show all pipeline instances &rarr;"), pipeline_instances_path, class: 'pull-right' %>
   <% if not current_user.andand.is_active or @my_pipelines.empty? %>
     <p>(None)</p>
   <% else %>