瀏覽代碼

Added button for user feedback form

Nathan Schneider 4 年之前
父節點
當前提交
912f2df1d2
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      _layouts/rule.html

+ 4 - 0
_layouts/rule.html

@@ -451,6 +451,10 @@ Created with [CommunityRule](https://communityrule.info)
   <button class="pushButton" id="trash" onclick="deleteRule()">
     <img src="{% link assets/tabler_icons/trash.svg %}" title="Rule deletion request" />
   </button>
+  <button class="pushButton"
+          onclick="javascript:location.href='https://www.colorado.edu/lab/medlab/content/communityrule-user-feedback'">
+    Feedback
+  </button>
   
 </article>