Skip to content

Commit 82cac4c

Browse files
committed
Update _edit_title_abstract.html.erb
1 parent 2d01dae commit 82cac4c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

app/views/registers/_edit_title_abstract.html.erb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@
1515
<%=
1616
f.input(
1717
:abstract, as: :rich_text_area, label: 'Abstract (optional)',
18-
hint: 'Abstract of the Register List, <b class="text-danger">not the ' \
19-
'abstract of the effective publication</b>'.html_safe
18+
hint: <<~HELP.html_safe
19+
<b>Abstract of the Register List, <span class="text-danger">not the
20+
abstract of the effective publication</span></b>. An abstract is optional,
21+
but it can help find your register list in public repositories and
22+
indicate readers what makes the lineage(s) described here interesting or
23+
unique.
24+
HELP
2025
)
2126
%>

0 commit comments

Comments
 (0)