|
1 | 1 | <%= |
2 | 2 | f.input( |
3 | 3 | :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 |
13 | 13 | ) |
14 | 14 | %> |
15 | 15 | <%= |
16 | 16 | f.input( |
17 | 17 | :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 |
20 | 20 | ) |
21 | 21 | %> |
0 commit comments