diff options
author | Alexander_Kabui | 2024-08-08 14:42:46 +0300 |
---|---|---|
committer | BonfaceKilz | 2024-08-29 18:58:56 +0300 |
commit | aa390863c5a2b3b41cca2451092ff6720202ce4a (patch) | |
tree | 484a24241e5fcb44f8825d91537f05b6996c3ec0 /gn2/wqflask/templates/gn_editor_results_page.html | |
parent | babcece4d46dc04858165fd7e5d1fcd7144885ab (diff) | |
download | genenetwork2-aa390863c5a2b3b41cca2451092ff6720202ce4a.tar.gz |
Add preview and success page for commit.
Diffstat (limited to 'gn2/wqflask/templates/gn_editor_results_page.html')
-rw-r--r-- | gn2/wqflask/templates/gn_editor_results_page.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gn2/wqflask/templates/gn_editor_results_page.html b/gn2/wqflask/templates/gn_editor_results_page.html new file mode 100644 index 00000000..f19ef7ab --- /dev/null +++ b/gn2/wqflask/templates/gn_editor_results_page.html @@ -0,0 +1,17 @@ +<section classs="row commit-content" style="padding-top:25px"> + <div class="col-sm-10 col-sm-offset-1"> + <div> + <div> + <h2> <i>Results status</i></h2> + </div> + </div> + <br> + <div> + <h3>Commit Sha:</h3> + + <h3>Commit Message</h3> + </div> + <br> + </div> +</section> + |