about summary refs log tree commit diff
path: root/hosted/view.html
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-20 01:31:57 +0200
committerEmile <hanemile@protonmail.com>2019-10-20 01:31:57 +0200
commit83cc748c8471cc88740e73e235282aa7734cffb2 (patch)
tree85a077bc89f995f2ce6fc03da89eefc3600f3ffd /hosted/view.html
parentb0725fa015ceeb002b8ec99655b8666db9f5b8ad (diff)
design fixes
Diffstat (limited to 'hosted/view.html')
-rw-r--r--hosted/view.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/hosted/view.html b/hosted/view.html
index 28818f9..70c047b 100644
--- a/hosted/view.html
+++ b/hosted/view.html
@@ -24,7 +24,7 @@
                         <a class="nav-link" href="/view">View</a>
                     </li>
                     <li class="nav-item">
-                        <a class="nav-link" href="/edit">Edit</a>
+                        <a class="nav-link" href="/editSelect">Edit</a>
                     </li>
                 </ul>
                 <div class="btn-toolbar" role="toolbar">
@@ -36,7 +36,7 @@
             </div>
         </nav>
             <div class="table-responsive" style="padding: 20px;">
-                <table class="table table-sm">
+                <table class="table table-sm table-hover">
                   <thead>
                     <tr>
                       <th scope="col">UUID</th>
@@ -60,7 +60,6 @@
                       <td>{{.Category}}</td>
                       <td>{{.Points}}</td>
                       <td>{{.Static}}</td>
-                      <td><a href="/edit?uuid={{.UUID}}" class="btn btn-primary" role="button">Edit</a></td>
                     </tr>
                     {{end}}
                   </tbody>