app/views/spotlight/contacts/_form.html.erb in blacklight-spotlight-3.0.0.alpha.2 vs app/views/spotlight/contacts/_form.html.erb in blacklight-spotlight-3.0.0.alpha.3

- old
+ new

@@ -12,12 +12,12 @@ <p class="instructions"><%= t(:'featured_images.form.crop_area.help', scope: [:spotlight], thing: 'contact photo') %></p> <div> <%= af.radio_button(:source, :remote, label: t(:'.source.remote.label')) %> <%= iiif_upload_tag(af) %> - <span class="help-block"> + <small class="form-text text-muted"> <%= t(:'.source.remote.help') %> - </span> + </small> </div> <%= iiif_cropper_tags af, initial_crop_selection: Spotlight::Engine.config.contact_square_size %> <% end %> </div>