aboutsummaryrefslogtreecommitdiff
path: root/gn2/wqflask/templates/gn_editor_commit.html
diff options
context:
space:
mode:
authorAlexander_Kabui2024-08-08 14:42:46 +0300
committerBonfaceKilz2024-08-29 18:58:56 +0300
commitaa390863c5a2b3b41cca2451092ff6720202ce4a (patch)
tree484a24241e5fcb44f8825d91537f05b6996c3ec0 /gn2/wqflask/templates/gn_editor_commit.html
parentbabcece4d46dc04858165fd7e5d1fcd7144885ab (diff)
downloadgenenetwork2-aa390863c5a2b3b41cca2451092ff6720202ce4a.tar.gz
Add preview and success page for commit.
Diffstat (limited to 'gn2/wqflask/templates/gn_editor_commit.html')
-rw-r--r--gn2/wqflask/templates/gn_editor_commit.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/gn2/wqflask/templates/gn_editor_commit.html b/gn2/wqflask/templates/gn_editor_commit.html
new file mode 100644
index 00000000..5a158e1a
--- /dev/null
+++ b/gn2/wqflask/templates/gn_editor_commit.html
@@ -0,0 +1,35 @@
+<section classs="row commit-content" style="padding-top:25px">
+ <div class="col-sm-10 col-sm-offset-1">
+ <div>
+ <div>
+ <h2> <i>Commit your Changes</i></h2>
+ </div>
+ </div>
+ <br>
+ <div>
+ <div class="row">
+ <label class="col-sm-4" for="message-text"> <i>*Commit Message*</i></label>
+
+ </div>
+ <br>
+ <div class="row">
+ <textarea class="col-sm-12">
+ </textarea>
+
+ </div>
+ </div>
+ <br>
+ <br>
+ <div class="row">
+ <button class="btn btn-secondary col-sm-2 col-sm-offset-1">
+ Cancel
+ </button>
+
+ <button class="btn btn-primary col-sm-2 col-sm-offset-1">
+ Commit
+ </button>
+ </div>
+ <br>
+
+ </div>
+</section>