Merge branch 'master' into 3453-arv-list-docker-images
[arvados.git] / apps / workbench / app / views / projects / show.html.erb
index 4d49f02e0d08327ecb9fcb983c8ed995f03d2be5..2551760ff2e5ad15dee9457d526bffee3579cdea 100644 (file)
@@ -35,7 +35,7 @@
          { class: "btn btn-primary btn-sm", remote: true, method: 'get' }) do %>
       <i class="fa fa-fw fa-gear"></i> Run a pipeline...
     <% end %>
-    <%= link_to projects_path('project[owner_uuid]' => @object.uuid), method: 'post', class: 'btn btn-sm btn-primary' do %>
+    <%= link_to projects_path({'project[owner_uuid]' => @object.uuid, 'options' => {'ensure_unique_name' => true}}), method: 'post', class: 'btn btn-sm btn-primary' do %>
       <i class="fa fa-fw fa-plus"></i>
       Add a subproject
     <% end %>