Skip to content

Commit

Permalink
NEW: Add links to Abbreviations page (#152)
Browse files Browse the repository at this point in the history
closes #152
  • Loading branch information
dwhieb committed Jul 17, 2024
1 parent 6331ebc commit 5eb826b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
1 change: 0 additions & 1 deletion components/em-dash/em-dash.hbs

This file was deleted.

2 changes: 2 additions & 0 deletions components/help-text/help-text.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<p class=help-text>An em dash (—) indicates that there is no data for that field.</p>
<p class=help-text><a class=link href=/abbreviations />View a list of abbreviations in the database here.</a></p>
3 changes: 2 additions & 1 deletion pages/Abbreviations/Abbreviations.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Below is a list of abbreviations used in the database.
| INCORP | Incorporated medial |
| INTRANS | Intransitive |
| N | Noun |
| NA | Noun, animate |
| NA | Noun, animate / Noun abbreviations |
| NC | Not clear |
| NG | Not given |
| NI | Noun, inanimate |
| NUM | Numeral root |
Expand Down
2 changes: 1 addition & 1 deletion pages/Component/Component.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<header class=page-header>
<h1 class=page-title>{{ displayLanguage }}: <i class=inex>{{ displayForm }}</i></h1>
{{> em-dash/em-dash }}
{{> help-text/help-text }}
</header>

<fieldset>
Expand Down
2 changes: 1 addition & 1 deletion pages/Search/Search.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<p class=num-results>Showing results {{ pagination.startIndex }}{{ pagination.endIndex }} of {{ totalResults }}.</p>
<p class=help-text>Click on any column header with a sort icon (⇅) to sort that column.</p>
<p class=help-text>Click on a form to view more information about that component.</p>
{{> em-dash/em-dash }}
{{> help-text/help-text }}
</div>

{{#if pagination.show }}
Expand Down

0 comments on commit 5eb826b

Please sign in to comment.