File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
< h2 > Endpoints</ h2 >
6
6
< h2 > Showing {{len .Endpoints}} endpoints.</ h2 >
7
7
</ hgroup >
8
+
8
9
{{range $val := .Endpoints}}
9
10
< article id ="endpoint_{{$val.ID}} ">
10
11
< h3 > {{$val.Name}}</ h3 >
Original file line number Diff line number Diff line change 11
11
< h2 > New Envelope</ h2 >
12
12
13
13
< form method ="post " enctype ="multipart/form-data ">
14
- < label for ="subject ">
15
- Subject
16
- < input type ="text " id ="subject " name ="subject " placeholder ="Subject " />
17
- </ label >
18
-
19
14
< div class ="grid ">
20
15
< label for ="from ">
21
16
From
@@ -28,6 +23,11 @@ <h2>New Envelope</h2>
28
23
</ label >
29
24
</ div >
30
25
26
+ < label for ="subject ">
27
+ Subject
28
+ < input type ="text " id ="subject " name ="subject " placeholder ="Subject " />
29
+ </ label >
30
+
31
31
< label for ="body ">
32
32
Body
33
33
< textarea id ="body " name ="body " placeholder ="Body "> </ textarea >
Original file line number Diff line number Diff line change 1
1
{{template "p/header" .}}
2
2
3
3
< main class ="container ">
4
-
5
4
< section >
6
5
< hgroup >
7
6
< h2 > Envelopes</ h2 >
15
14
< nav >
16
15
< ul >
17
16
< li >
18
- < a href ="/envelopes/new " role ="button " aria-label ="New ">
17
+ < a href ="/envelopes/new " role ="button " aria-label ="New " title =" New " >
19
18
< div class ="i-ri-add-fill h-6 w-6 "> </ div >
20
19
</ a >
21
20
</ li >
Original file line number Diff line number Diff line change 1
1
< footer class ="container ">
2
- < small > Built with < a href ="https://picocss.com "> Pico</ a > •
2
+ < small > Built with < a href ="https://picocss.com "> Pico</ a > and < a href =" https://unocss.dev/ " > UnoCSS </ a > •
3
3
< a href ="{{build.RepoURL}} "> Source code</ a > •
4
4
< a href ="{{build.LicenseURL}} "> License</ a >
5
5
</ small >
You can’t perform that action at this time.
0 commit comments