Skip to content

Commit

Permalink
Update symbol for the "Skip DOIs" section
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Aug 20, 2024
1 parent 6c373ce commit 37bbbab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/lib/doi_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/responses/doi_checks.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>
Expand Down

0 comments on commit 37bbbab

Please sign in to comment.