Sha256: 28981a83f4afdb1f9fe8ef1c27de3c7a3489bdd92ef044ca73c60f82c3495ecf

Contents?: true

Size: 531 Bytes

Versions: 15

Compression:

Stored size: 531 Bytes

Contents

  <div class="form-group">
    <%= f.label :zotero, class: 'col-4 col-form-label' do %>
      <%= zotero_label %>
    <% end %>
    <div class="col-8">
    <% if user.zotero_userid.present? %>
       <%= link_to t('hyrax.user_profile.zotero.connected'), zotero_profile_url(user.zotero_userid), class: "form-control" %>
    <% else %>
       <%= link_to t('hyrax.user_profile.zotero.unlinked'), hyrax.api_zotero_initiate_path, id: "zotero", class: "btn btn-mini btn-primary" %>
    <% end %>
    </div>
  </div><!-- .form-group -->

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-5.0.4 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-5.0.3 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-5.0.2 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-5.0.1 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-5.0.0 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-4.0.0 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/dashboard/profiles/_zotero.html.erb