You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-09-16 08:56:19 +02:00
* Fix #1161. Add Give Feedback link. * Pass version to feedback link * npm run i18n-extract
This commit is contained in:
12
website/site/content/fwlink/feedback-boards.html
Normal file
12
website/site/content/fwlink/feedback-boards.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;url=https://docs.google.com/forms/d/e/1FAIpQLSfNLwUsG6zazDYxt_fgCV-ThH5_R9ycPTTgRTJ1DVnXuuyD7Q/viewform" />
|
||||
<title>Page Moved</title>
|
||||
<script type="text/javascript">
|
||||
window.location.replace("https://docs.google.com/forms/d/e/1FAIpQLSfNLwUsG6zazDYxt_fgCV-ThH5_R9ycPTTgRTJ1DVnXuuyD7Q/viewform");
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
This page has moved. Click <a href="https://docs.google.com/forms/d/e/1FAIpQLSfNLwUsG6zazDYxt_fgCV-ThH5_R9ycPTTgRTJ1DVnXuuyD7Q/viewform">here</a> to go to the new page.
|
||||
</body>
|
||||
</html>
|
12
website/site/content/fwlink/feedback-focalboard.html
Normal file
12
website/site/content/fwlink/feedback-focalboard.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0;url=https://docs.google.com/forms/d/e/1FAIpQLSdTq7M69Pdlz71CwucaSEG0FCK1M_WRvIbZbPr2imfT2QvUCQ/viewform" />
|
||||
<title>Page Moved</title>
|
||||
<script type="text/javascript">
|
||||
window.location.replace("https://docs.google.com/forms/d/e/1FAIpQLSdTq7M69Pdlz71CwucaSEG0FCK1M_WRvIbZbPr2imfT2QvUCQ/viewform");
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
This page has moved. Click <a href="https://docs.google.com/forms/d/e/1FAIpQLSdTq7M69Pdlz71CwucaSEG0FCK1M_WRvIbZbPr2imfT2QvUCQ/viewform">here</a> to go to the new page.
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user