Sha256: 77faf5d565712306328ad064248a4292b089d2db4d892bc2a2851d7bb94f8614
Contents?: true
Size: 536 Bytes
Versions: 24
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('sufia.user_profile.zotero.connected'), zotero_profile_url(user.zotero_userid), class: "form-control" %> <% else %> <%= link_to t('sufia.user_profile.zotero.unlinked'), sufia.api_zotero_initiate_path, id: "zotero", class: "btn btn-mini btn-primary" %> <% end %> </div> </div><!-- .form-group -->
Version data entries
24 entries across 24 versions & 1 rubygems