diff options
Diffstat (limited to 'pkg/webui/html/states.html')
-rw-r--r-- | pkg/webui/html/states.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/webui/html/states.html b/pkg/webui/html/states.html index 787ac73..37d80cf 100644 --- a/pkg/webui/html/states.html +++ b/pkg/webui/html/states.html @@ -1,5 +1,11 @@ {{ define "main" }} <main class="responsive" id="main"> + <a href="/states/new"> + <button class="small-round"> + <i>add</i> + <span>New</span> + </button> + </a> <table class="clickable-rows no-space"> <thead> <tr> |