From 67bafa83f5f923a22f3579fd899a453ad36b43a6 Mon Sep 17 00:00:00 2001 From: cbmarcum Date: Tue, 28 Jan 2020 18:04:38 -0500 Subject: [PATCH] Refs #81 - changed link on notice index view for name to use id. --- grails-app/views/notice/index.gsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grails-app/views/notice/index.gsp b/grails-app/views/notice/index.gsp index f1deeb8..c228771 100644 --- a/grails-app/views/notice/index.gsp +++ b/grails-app/views/notice/index.gsp @@ -41,7 +41,7 @@ - ${item.name} + ${item.name} ${item.page} @@ -59,4 +59,4 @@ - \ No newline at end of file +