Skip to content
Snippets Groups Projects
Commit 61e1bfed authored by Gyan Gupta's avatar Gyan Gupta
Browse files

Minor fixes

parent 1bc2c415
No related tags found
1 merge request!354Implements UI for import verification
Pipeline #18533 passed
......@@ -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" %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment