about summary refs log tree commit diff
path: root/gn2/wqflask/templates/gn_editor.html
diff options
context:
space:
mode:
authorAlexander_Kabui2024-08-08 14:27:22 +0300
committerBonfaceKilz2024-08-29 18:58:56 +0300
commitbabcece4d46dc04858165fd7e5d1fcd7144885ab (patch)
tree5697778335a9673c8246ea83422a6d0c8eaab97e /gn2/wqflask/templates/gn_editor.html
parent291b3c5c15a4533d861ed19b478570f96665259f (diff)
downloadgenenetwork2-babcece4d46dc04858165fd7e5d1fcd7144885ab.tar.gz
Add commit preview page.
Diffstat (limited to 'gn2/wqflask/templates/gn_editor.html')
-rw-r--r--gn2/wqflask/templates/gn_editor.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn2/wqflask/templates/gn_editor.html b/gn2/wqflask/templates/gn_editor.html
index ab587715..f2f57cec 100644
--- a/gn2/wqflask/templates/gn_editor.html
+++ b/gn2/wqflask/templates/gn_editor.html
@@ -17,8 +17,8 @@
         </div>
         <div >
           <ul class="nav navbar-nav navbar-right">
-            <li><a href="#">Commit</a></li>
-            <li><a href="#" hx-get="/editor/commit" hx-target="#output" hx-trigger="click" hx-swap="innerHTML"  >Settings </a></li>
+	    <li><a href="#" hx-get="/editor/commit" hx-target="#output" hx-trigger="click" hx-swap="innerHTML"  >Commit </a></li>
+            <li><a href="#" hx-get="/editor/settings" hx-target="#output" hx-trigger="click" hx-swap="innerHTML"  >Settings </a></li>
             <li><a href="#">Help</a></li>
           </ul>
         </div>