From 5eb826baacb7841d3ad382fe181d246da5ff0718 Mon Sep 17 00:00:00 2001 From: "Daniel W. Hieber" Date: Wed, 17 Jul 2024 10:08:40 -0500 Subject: [PATCH] NEW: Add links to Abbreviations page (#152) closes #152 --- components/em-dash/em-dash.hbs | 1 - components/help-text/help-text.hbs | 2 ++ pages/Abbreviations/Abbreviations.md | 3 ++- pages/Component/Component.hbs | 2 +- pages/Search/Search.hbs | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 components/em-dash/em-dash.hbs create mode 100644 components/help-text/help-text.hbs diff --git a/components/em-dash/em-dash.hbs b/components/em-dash/em-dash.hbs deleted file mode 100644 index 5b384f4d..00000000 --- a/components/em-dash/em-dash.hbs +++ /dev/null @@ -1 +0,0 @@ -

An em dash (—) indicates that there is no data for that field.

\ No newline at end of file diff --git a/components/help-text/help-text.hbs b/components/help-text/help-text.hbs new file mode 100644 index 00000000..24f85441 --- /dev/null +++ b/components/help-text/help-text.hbs @@ -0,0 +1,2 @@ +

An em dash (—) indicates that there is no data for that field.

+

View a list of abbreviations in the database here.

\ No newline at end of file diff --git a/pages/Abbreviations/Abbreviations.md b/pages/Abbreviations/Abbreviations.md index 51955cd4..793f82a1 100644 --- a/pages/Abbreviations/Abbreviations.md +++ b/pages/Abbreviations/Abbreviations.md @@ -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 | diff --git a/pages/Component/Component.hbs b/pages/Component/Component.hbs index 56fd6196..f3029c03 100644 --- a/pages/Component/Component.hbs +++ b/pages/Component/Component.hbs @@ -5,7 +5,7 @@
diff --git a/pages/Search/Search.hbs b/pages/Search/Search.hbs index 0dcd694b..538f2ef7 100644 --- a/pages/Search/Search.hbs +++ b/pages/Search/Search.hbs @@ -38,7 +38,7 @@

Showing results {{ pagination.startIndex }}–{{ pagination.endIndex }} of {{ totalResults }}.

Click on any column header with a sort icon (⇅) to sort that column.

Click on a form to view more information about that component.

- {{> em-dash/em-dash }} + {{> help-text/help-text }} {{#if pagination.show }}