1 <% if @search_sharing.any? %>
2 <% linktext = "Shared" %>
3 <% btnstyle = "btn-success" %>
5 <% linktext = "Share" %>
6 <% btnstyle = "btn-info" %>
8 <%= 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'} %>