From 9fdaf259b5fb5b064f80d2d77f5507297b6527b4 Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Mon, 19 Feb 2024 20:33:50 -0500 Subject: [PATCH] Path-first URLs (#30) --- resources/views/begin.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/views/begin.html b/resources/views/begin.html index 8fa95e7..7ba15e2 100644 --- a/resources/views/begin.html +++ b/resources/views/begin.html @@ -5,18 +5,18 @@

Setup:

the initialize script to populate the database.

After initializing, add or remove -Manufacturers, -Antigens, -Labels, and -Species +Manufacturers, +Antigens, +Labels, and +Species specific for your site. Once you have added Manufactuers, Antigens, Labels, and Species, you can add new -Reagents +Reagents and -Lots. After adding Lots, +Lots. After adding Lots, you may want to add a -Titration +Titration experiment and -Vials +Vials to the Lot.

Summary of tables:

@@ -48,7 +48,7 @@

Summary of tables:

var query = queries[name]; if (query && query.name && query.description) { - html += "
" + query.name + "
"; + html += "
" + query.name + "
"; html += "
" + query.description + "
"; } }