Skip to content

Commit 2d01dae

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

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<%=
22
f.input(
33
:title, required: true,
4-
hint: '<b>Title of the Register List, not the title of the ' \
5-
'effective publication</b>. The register list title will be used ' \
6-
'for referencing purposes and should be different from the title ' \
7-
'of the effective publication. For this purpose, the Registry ' \
8-
'automatically creates a generic register list title as it ' \
9-
'pertains to the information on the register list. If you prefer ' \
10-
'to change the register list title to be more descriptive or ' \
11-
'informative, please ensure that it is unique to prevent ' \
12-
'apparent duplication for referencing.'.html_safe
4+
hint: <<~HELP.html_safe
5+
<b>Title of the Register List, <span class="text-danger">not the title of
6+
the effective publication</span></b>. The register list title will be used
7+
for referencing purposes and should be different from the title of the
8+
effective publication. For this purpose, the Registry automatically
9+
creates a generic register list title as it pertains to the information on
10+
the register list. Feel free to change it if you prefer a more descriptive
11+
or informative title.
12+
HELP
1313
)
1414
%>
1515
<%=
1616
f.input(
1717
:abstract, as: :rich_text_area, label: 'Abstract (optional)',
18-
hint: 'Abstract of the Register List, <b>not the abstract of the ' \
19-
'effective publication</b>'.html_safe
18+
hint: 'Abstract of the Register List, <b class="text-danger">not the ' \
19+
'abstract of the effective publication</b>'.html_safe
2020
)
2121
%>

0 commit comments

Comments
 (0)