Skip to content

Commit 9afafe0

Browse files
committed
Update _curator.html.erb
1 parent 5bf649d commit 9afafe0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/views/genomes/_curator.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
<dl name="curator" class="main-section name-details actions-section">
33
<h2>Curator Actions</h2>
44
<dd class="pt-2">
5-
<%= report_history(@genome) %>
6-
&raquo; See the logs from automated tasks
7-
<hr/>
85
<%= link_to(
96
update_external_genome_url(@genome),
107
method: :post, class: 'btn btn-primary btn-sm'
@@ -40,6 +37,9 @@
4037
<% end %>
4138
&raquo; Change database and/or accession entry for genome
4239
<hr/>
40+
<%= report_history(@genome) %>
41+
&raquo; See the logs from automated tasks
42+
<hr/>
4343
</dd>
4444
</dl>
4545
<% end %>

0 commit comments

Comments
 (0)