UI improvements
This commit is contained in:
parent
dc0837bfee
commit
1998a36d6d
13 changed files with 148 additions and 241 deletions
|
@ -6,16 +6,16 @@
|
|||
|
||||
{{define "content"}}
|
||||
<main>
|
||||
<h1>Editing Track "{{.Title}}"</h1>
|
||||
<h1>Editing Track</h1>
|
||||
|
||||
<div id="track" data-id="{{.ID}}">
|
||||
<div class="track-info">
|
||||
<p class="track-title-header">Title</p>
|
||||
<p class="attribute-header">Title</p>
|
||||
<h2 class="track-title">
|
||||
<input type="text" id="title" name="Title" value="{{.Title}}">
|
||||
</h2>
|
||||
|
||||
<h2>Description</h2>
|
||||
<p class="attribute-header">Description</p>
|
||||
<textarea
|
||||
name="Description"
|
||||
value="{{.Description}}"
|
||||
|
@ -24,7 +24,7 @@
|
|||
id="description"
|
||||
>{{.Description}}</textarea>
|
||||
|
||||
<h2>Lyrics</h2>
|
||||
<p class="attribute-header">Lyrics</p>
|
||||
<textarea
|
||||
name="Lyrics"
|
||||
value="{{.Lyrics}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue