diff --git a/app/lib/doi_checker.rb b/app/lib/doi_checker.rb index 0810c348..42bc958d 100644 --- a/app/lib/doi_checker.rb +++ b/app/lib/doi_checker.rb @@ -31,7 +31,7 @@ def check_dois end doi_summary - end + end # any special case should return false if not applicable, and an object like # {:validity => :ok, :msg => "whatever"} otherwise. diff --git a/app/responses/doi_checks.erb b/app/responses/doi_checks.erb index 7e4019d9..529ea2f0 100644 --- a/app/responses/doi_checks.erb +++ b/app/responses/doi_checks.erb @@ -4,7 +4,7 @@ Reference check summary (note 'MISSING' DOIs are suggestions that need verificat <% if type.to_s === "ok" %> ✅ <%= type.to_s.upcase %> DOIs <% elsif type.to_s === "skip" %> -❔ <%= type.to_s.upcase %> DOIs +🟡 <%= type.to_s.upcase %> DOIs <% else %> ❌ <%= type.to_s.upcase %> DOIs <% end %>