From d0dbe82603cd985eb253675b2535c8875edac968 Mon Sep 17 00:00:00 2001 From: Evandro Jr Date: Tue, 18 Nov 2014 14:20:40 -0300 Subject: [PATCH] small fixes --- plugins/virtuoso/lib/virtuoso_plugin/dspace_harvest.rb | 2 +- plugins/virtuoso/views/virtuoso_plugin_admin/index.html.erb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/virtuoso/lib/virtuoso_plugin/dspace_harvest.rb b/plugins/virtuoso/lib/virtuoso_plugin/dspace_harvest.rb index 807d9ef..a89f3c0 100644 --- a/plugins/virtuoso/lib/virtuoso_plugin/dspace_harvest.rb +++ b/plugins/virtuoso/lib/virtuoso_plugin/dspace_harvest.rb @@ -2,7 +2,7 @@ class VirtuosoPlugin::DspaceHarvest DC_CONVERSION = [:title, :creator, :subject, :description, :date, :type, :identifier, :language, :rights, :format] - + def initialize(environment, dspace_uri = "") @environment = environment @dspace_uri = dspace_uri diff --git a/plugins/virtuoso/views/virtuoso_plugin_admin/index.html.erb b/plugins/virtuoso/views/virtuoso_plugin_admin/index.html.erb index 7faf64f..9aac0eb 100644 --- a/plugins/virtuoso/views/virtuoso_plugin_admin/index.html.erb +++ b/plugins/virtuoso/views/virtuoso_plugin_admin/index.html.erb @@ -10,7 +10,6 @@ <%= labelled_form_field _('Virtuoso Admin Password:'), f.password_field(:virtuoso_password) %> <%= labelled_form_field _('Virtuoso Read-Only Username:'), f.text_field(:virtuoso_readonly_username) %> <%= labelled_form_field _('Virtuoso Read-Only Password:'), f.password_field(:virtuoso_readonly_password) %> - <%= labelled_form_field _('DSpace URL:'), f.text_field(:dspace_uri) %>
-- libgit2 0.21.2