about summary refs log tree commit diff
path: root/uploader/templates/publications/index.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-04-28 11:22:45 -0500
committerFrederick Muriuki Muriithi2025-04-28 12:23:21 -0500
commitbe8bd24a8a24e75ac00a362c022836378d9b3c38 (patch)
tree3a1a4827fe3a2f3679bc41d2ea2643224e7d3531 /uploader/templates/publications/index.html
parentde25a99c9b62c30c6dd6a445238c556aa7aa19b2 (diff)
downloadgn-uploader-be8bd24a8a24e75ac00a362c022836378d9b3c38.tar.gz
Provide UI for publication creation.
Diffstat (limited to 'uploader/templates/publications/index.html')
-rw-r--r--uploader/templates/publications/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/uploader/templates/publications/index.html b/uploader/templates/publications/index.html
index 9a30c59..f846d54 100644
--- a/uploader/templates/publications/index.html
+++ b/uploader/templates/publications/index.html
@@ -9,6 +9,12 @@
 {%block contents%}
 {{flash_all_messages()}}
 
+<div class="row" style="padding-bottom: 1em;">
+  <a href="{{url_for('publications.create_publication')}}"
+     class="btn btn-primary">
+    add new publication</a>
+</div>
+
 <div class="row">
   <table id="tbl-list-publications" class="table compact stripe">
     <thead>