We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843d24c commit fe9bb00Copy full SHA for fe9bb00
1 file changed
app/views/registers/_curator.html.erb
@@ -74,6 +74,15 @@
74
contributor and notify the current owner
75
<hr/>
76
77
+ <%= link_to(
78
+ curation_genomics_register_url(@register),
79
+ class: 'btn btn-primary btn-sm'
80
+ ) do %>
81
+ <%= fa_icon('dna') %> Batch genomics curation
82
+ <% end %>
83
+ » Enter batch mode for genomics curation using per-check tables
84
+ <hr/>
85
+
86
<% if @register.notified? %>
87
<%= link_to(
88
recheck_pdf_files_register_url(@register), method: :post,
0 commit comments