Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
RDMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
researchdata
RDMS
Commits
61e1bfed
Commit
61e1bfed
authored
3 months ago
by
Gyan Gupta
Browse files
Options
Downloads
Patches
Plain Diff
Minor fixes
parent
1bc2c415
Branches
feature/454-implement-import-verification-ui
No related tags found
1 merge request
!354
Implements UI for import verification
Pipeline
#18533
passed
3 months ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hyrax/app/views/bulkrax/shared/_work_entries_tab.html.erb
+3
-3
3 additions, 3 deletions
hyrax/app/views/bulkrax/shared/_work_entries_tab.html.erb
with
3 additions
and
3 deletions
hyrax/app/views/bulkrax/shared/_work_entries_tab.html.erb
+
3
−
3
View file @
61e1bfed
...
...
@@ -35,12 +35,12 @@
<%
varification_status
,
date
,
file_path
=
latest_varification_report_details
(
e
)
%>
<%
if
varification_status
.
present?
%>
<%
if
varification_status
==
"Success"
%>
<span
class=
"glyphicon glyphicon-ok text-success"
,
title=
"Verified successfully on (
<%=
date
%>
)"
></span>
<span
class=
"glyphicon glyphicon-ok text-success"
title=
"Verified successfully on (
<%=
date
%>
)"
></span>
<%
else
%>
<span
class=
"glyphicon glyphicon-remove text-danger"
,
title=
"Verification failed on (
<%=
date
%>
)"
></span>
<span
class=
"glyphicon glyphicon-remove text-danger"
title=
"Verification failed on (
<%=
date
%>
)"
></span>
<%
end
%>
<%=
link_to
url_for
(
controller:
params
[
:controller
],
action:
"verify_and_generate_work"
,
importer_id:
e
.
importerexporter_id
,
entry_id:
e
.
id
,
format: :csv
)
do
%>
<span
class=
"glyphicon glyphicon-download-alt"
></span>
<span
class=
"glyphicon glyphicon-download-alt"
title=
"Download csv report of last verification"
></span>
<%
end
%>
<%
end
%>
<%
if
!
varification_status
||
varification_status
==
"Failure"
%>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment