From 0ec1b5714aefc5ea4dfa93af470a5a7cd7bd1ba7 Mon Sep 17 00:00:00 2001 From: Bryce Willey Date: Mon, 30 Oct 2023 16:44:15 -0400 Subject: [PATCH] Added link to Github Feedback interview `browse_feedback_sessions.yml` is now a button on the menu. Fix #114. --- docassemble/ALDashboard/data/questions/menu.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docassemble/ALDashboard/data/questions/menu.yml b/docassemble/ALDashboard/data/questions/menu.yml index 35e4b49..9725e20 100644 --- a/docassemble/ALDashboard/data/questions/menu.yml +++ b/docassemble/ALDashboard/data/questions/menu.yml @@ -58,4 +58,6 @@ buttons: - Compile Bootstrap theme: ${ interview_url(i=user_info().package + ":compile_bootstrap.yml", reset=1) } image: bootstrap - Install fonts: ${ interview_url(i=user_info().package + ":install_fonts.yml", reset=1)} - image: font \ No newline at end of file + image: font + - Feedback on server: ${ interview_url(i="docassemble.GithubFeedbackForm:browse_feedback_sessions.yml", reset=1)} + image: comments \ No newline at end of file