Sha256: 03916995106cd066de98437872ecf79cbb42feb636912e663cf73623fe598ba0
Contents?: true
Size: 492 Bytes
Versions: 12
Compression:
Stored size: 492 Bytes
Contents
<% document ||= @document %> <% if document_downloadable? %> <div class='btn-group' itemprop='distribution' itemscope='itemscope' itemtype='http://schema.org/DataDownload'> <%= render 'downloads_primary' %> <%= render 'downloads_secondary' %> </div> <% elsif document.restricted? && document.same_institution? %> <div class='panel-body'> <%= link_to t('geoblacklight.tools.login_to_view'), new_user_session_path(referrer: request.original_url) %> </div> <% end %>
Version data entries
12 entries across 12 versions & 1 rubygems