[ARVADOS] created: 82b77ceb5b9fa5035fc44372fb090769e61adba0
git at public.curoverse.com
git at public.curoverse.com
Mon Aug 18 13:50:54 EDT 2014
at 82b77ceb5b9fa5035fc44372fb090769e61adba0 (commit)
commit 82b77ceb5b9fa5035fc44372fb090769e61adba0
Author: radhika <radhika at curoverse.com>
Date: Mon Aug 18 13:39:41 2014 -0400
3188: add data-toggle to link
diff --git a/apps/workbench/app/views/projects/_show_tab_contents.html.erb b/apps/workbench/app/views/projects/_show_tab_contents.html.erb
index e3884b6..8ea2e6c 100644
--- a/apps/workbench/app/views/projects/_show_tab_contents.html.erb
+++ b/apps/workbench/app/views/projects/_show_tab_contents.html.erb
@@ -14,7 +14,8 @@
'data-selection-param-name' => 'item_uuids[]',
'data-selection-action' => 'remove',
'data-remote' => true,
- 'method' => 'delete'
+ 'method' => 'delete',
+ 'data-toggle' => 'dropdown'
%></li>
<li><%= link_to "Move selected", '#',
'data-href' => choose_projects_path(
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list