From: Thomas Karpiniec Date: Mon, 11 Nov 2024 02:46:52 +0000 (+1100) Subject: Make headings consistent in UI X-Git-Url: https://code.octet-stream.net/broadcaster/commitdiff_plain/db43bd0e4ff4a2aee5f6a6610a4ad78c357f96b0?ds=inline;hp=92da3eadf29c9e90cd67fd15dba3b8487ce4a918 Make headings consistent in UI --- diff --git a/server/templates/playlist.html b/server/templates/playlist.html index 4493c60..4917a30 100644 --- a/server/templates/playlist.html +++ b/server/templates/playlist.html @@ -13,14 +13,13 @@ } -

A specific playlist

-

+

{{if .Playlist.Id}} Edit Playlist {{else}} Create New Playlist {{end}} -

+

diff --git a/server/templates/radio.html b/server/templates/radio.html index c2ec9dd..40ebab2 100644 --- a/server/templates/radio.html +++ b/server/templates/radio.html @@ -1,12 +1,11 @@ -

A specific radio

-

+

{{if .Radio.Id}} Edit Radio {{else}} Register New Radio {{end}} -

+

diff --git a/server/templates/user.html b/server/templates/user.html index 1118bb6..444a110 100644 --- a/server/templates/user.html +++ b/server/templates/user.html @@ -1,11 +1,11 @@ -

+

{{if .User.Id}} Edit User {{else}} Add New User {{end}} -

+