diff --git a/Java/Spring/activitypubbot/src/main/resources/templates/listbots.html b/Java/Spring/activitypubbot/src/main/resources/templates/listbots.html index b0012ba..fba2e1a 100644 --- a/Java/Spring/activitypubbot/src/main/resources/templates/listbots.html +++ b/Java/Spring/activitypubbot/src/main/resources/templates/listbots.html @@ -17,9 +17,13 @@ - + + Bot: + [[${bot.username}]] +
+
+
+ HOME diff --git a/Java/Spring/activitypubbot/src/main/resources/templates/makebot.html b/Java/Spring/activitypubbot/src/main/resources/templates/makebot.html index 47dab56..4222fb4 100644 --- a/Java/Spring/activitypubbot/src/main/resources/templates/makebot.html +++ b/Java/Spring/activitypubbot/src/main/resources/templates/makebot.html @@ -42,6 +42,9 @@ +
+ HOME | + Bot List diff --git a/Java/Spring/activitypubbot/src/main/resources/templates/viewbot.html b/Java/Spring/activitypubbot/src/main/resources/templates/viewbot.html index 0212242..e7c775c 100644 --- a/Java/Spring/activitypubbot/src/main/resources/templates/viewbot.html +++ b/Java/Spring/activitypubbot/src/main/resources/templates/viewbot.html @@ -8,6 +8,7 @@ display: inline-block; width: 200px; text-align: left; + margin-bottom: 0.5em; } @@ -15,10 +16,14 @@

Bot:

Username:
+ Id:
Display Name:
Description:
Published:
Type:
+
+ HOME | + Bot List