We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf649d commit 9afafe0Copy full SHA for 9afafe0
1 file changed
app/views/genomes/_curator.html.erb
@@ -2,9 +2,6 @@
2
<dl name="curator" class="main-section name-details actions-section">
3
<h2>Curator Actions</h2>
4
<dd class="pt-2">
5
- <%= report_history(@genome) %>
6
- » See the logs from automated tasks
7
- <hr/>
8
<%= link_to(
9
update_external_genome_url(@genome),
10
method: :post, class: 'btn btn-primary btn-sm'
@@ -40,6 +37,9 @@
40
37
<% end %>
41
38
» Change database and/or accession entry for genome
42
39
<hr/>
+ <%= report_history(@genome) %>
+ » See the logs from automated tasks
+ <hr/>
43
</dd>
44
</dl>
45
0 commit comments