Skip to content

Commit

Permalink
Add hint to genome comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Aug 9, 2023
1 parent 5c963f0 commit 682116c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/views/genomes/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,17 @@
label: 'Number of standard amino acids for which tRNA elements ' \
'were detected',
hint: 'Please indicate the number of distinct amino acids, not ' \
'the total number of tRNA elements',
required: true) %>
'the total number of tRNA elements') %>

<h2 class="mt-5">Methods and Comments</h2>
<p class="lead">
Describe in detail the methods used to assess the quality metrics above,
and comment on any potential issues related to this genome
</p>
<%= f.input(:submitter_comments, as: :rich_text_area) %>
<%= f.input(
:submitter_comments, as: :rich_text_area,
hint: 'This text will be a publicly visible component of the record'
) %>
</div>

<div class="form-actions mt-5">
Expand Down

0 comments on commit 682116c

Please sign in to comment.