]> nmode's Git Repositories - Rnaught/commitdiff
Update contact panel
authorNaeem Model <me@nmode.ca>
Thu, 29 May 2025 18:13:44 +0000 (18:13 +0000)
committerNaeem Model <me@nmode.ca>
Thu, 29 May 2025 18:13:44 +0000 (18:13 +0000)
inst/web/templates/content/help.html
inst/web/templates/content/help/Contact-Us.html [deleted file]
inst/web/templates/content/help/contact.html [new file with mode: 0644]

index 3fbcacd296de0ec4df0d561e6f15abe14d68f7b1..0346c645b39adf3b76d61215d0422689fc832849 100644 (file)
@@ -7,7 +7,7 @@
   }}
   {{
     htmlTemplate("templates/content/help/panel.html",
   }}
   {{
     htmlTemplate("templates/content/help/panel.html",
-      id = "Contact-Us",
+      id = "contact",
       header = "Contact Us"
     )
   }}
       header = "Contact Us"
     )
   }}
diff --git a/inst/web/templates/content/help/Contact-Us.html b/inst/web/templates/content/help/Contact-Us.html
deleted file mode 100644 (file)
index e689eda..0000000
+++ /dev/null
@@ -1 +0,0 @@
-<p>To report any issues with the web application, please contact <a href="mailto:krikella@yorku.ca">krikella@yorku.ca</a>.</p>
diff --git a/inst/web/templates/content/help/contact.html b/inst/web/templates/content/help/contact.html
new file mode 100644 (file)
index 0000000..83081ff
--- /dev/null
@@ -0,0 +1,4 @@
+<p>
+  To report any issues with the web application, please contact <a href="mailto:krikella@yorku.ca">krikella@yorku.ca</a>,
+  or <a href="https://github.com/MI2YorkU/Rnaught/issues">create an issue</a> on our GitHub repository.
+</p>