3654: add a default name to newly created combined collection
[arvados.git] / apps / workbench / app / views / projects / _show_tab_contents.html.erb
index 3235783b875690e942f0db3b2bb629a0d351c365..3aff23e7443d2d89a8ac341010dc48760333c7b9 100644 (file)
@@ -4,10 +4,11 @@
       <div class="btn-group btn-group-sm">
         <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">Selection... <span class="caret"></span></button>
         <ul class="dropdown-menu" role="menu">
-          <li><%= link_to "Combine selections into a new collection", '#',
+          <li><%= link_to "Combine selected collections into a new collection", '#',
                   'data-href' => combine_selected_path(
                     action_data: {selection_param: 'project'}.to_json
                   ),
+                  'id' => 'combine_selections_button',
                   'data-selection-param-name' => 'selection[]',
                   'data-selection-action' => 'combine-project-contents',
                   'method' => 'post',