Merge remote-tracking branch 'origin/master' into 2044-share-button
[arvados.git] / apps / workbench / app / views / collections / _sharing_button.html.erb
index b4f59f70155c01d598c520d9874be83a5f0d5fc1..36952d69d041430dd3ea7af734461921a6145104 100644 (file)
@@ -5,4 +5,4 @@
   <% linktext = "Share" %>
   <% btnstyle = "btn-info" %>
 <% end %>
-<%= link_to linktext, sharing_popup_collection_url(id: @object.uuid),  {class: "btn-xs #{btnstyle}", :remote => true, 'data-toggle' =>  "modal", 'data-target' => '#collection-sharing-modal-window'}  %>
+<%= link_to linktext, sharing_popup_collection_url(id: @object.uuid),  {class: "btn #{btnstyle}", :remote => true, 'data-toggle' =>  "modal", 'data-target' => '#collection-sharing-modal-window'}  %>