add front page dashboard
[arvados.git] / apps / workbench / app / views / layouts / application.html.erb
index bca12e974d79ed7aa71fd8dd60da4a6ad70498c7..747f1d6fb256a41156fd9d4936fd49b8b206ee44 100644 (file)
               [false, 'Keys', authorized_keys_path],
               [false, 'VMs', virtual_machines_path],
               [false, 'Repos', repositories_path],
-              [true, 'Data', collections_path],
-              [true, 'Groups', groups_path],
-              [true, 'Pipeline Templates', pipeline_templates_path],
-              [true, 'Pipeline Instances', pipeline_instances_path],
               [false, 'Jobs', jobs_path]
               ].each do |admin_only, name, path| %>
            <% if !admin_only or (current_user and current_user.is_admin) %>