clean up workbench menu bar
authorTom Clegg <tom@clinicalfuture.com>
Mon, 15 Apr 2013 02:43:47 +0000 (19:43 -0700)
committerTom Clegg <tom@clinicalfuture.com>
Mon, 15 Apr 2013 02:45:23 +0000 (19:45 -0700)
apps/workbench/app/views/layouts/application.html.erb

index 259b6f2ac2026cf49a4b124ad0d9a122b7a60cfe..c11013f4184ccf76876e2d1ccae7c4a1a8b1e5cf 100644 (file)
@@ -34,8 +34,9 @@
           <ul class="nav">
            <% [
               [true, 'Data', collections_path],
-              [true, 'FactoryJobs', factory_jobs_path],
               [true, 'Groups', groups_path],
+              [true, 'Pipeline Templates', pipeline_templates_path],
+              [true, 'Pipeline Instances', pipeline_instances_path],
               [true, 'Jobs', jobs_path]
               ].each do |admin_only, name, path| %>
            <% if !admin_only or (current_user and current_user.is_admin) %>