Sha256: 77f902f7a3c256cca711fbcab655405bd25970eb0eb500a580c2f8c795ddbc58

Contents?: true

Size: 536 Bytes

Versions: 72

Compression:

Stored size: 536 Bytes

Contents

  <div class="form-group">
    <%= f.label :zotero, class: 'col-xs-4 control-label' do %>
      <%= zotero_label %>
    <% end %>
    <div class="col-xs-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

72 entries across 72 versions & 2 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-3.5.0 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-3.4.2 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-3.4.1 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-3.4.0 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-3.3.0 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-3.2.0 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-2.9.6 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-3.1.0 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-2.9.5 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-3.0.2 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-3.0.1 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-3.0.0 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-2.9.4 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-2.9.3 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-2.9.2 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-2.9.1 app/views/hyrax/dashboard/profiles/_zotero.html.erb
hyrax-2.9.0 app/views/hyrax/dashboard/profiles/_zotero.html.erb