update: show pool name on package details page
This commit is contained in:
parent
aa0b373423
commit
5dd67e46f9
6
Makefile
6
Makefile
@ -6,4 +6,8 @@ tracker: */*.go *.go
|
|||||||
format:
|
format:
|
||||||
gofmt -s -w .
|
gofmt -s -w .
|
||||||
|
|
||||||
.PHONY: format
|
update:
|
||||||
|
go get -u
|
||||||
|
go mod tidy
|
||||||
|
|
||||||
|
.PHONY: format update
|
||||||
|
@ -29,6 +29,10 @@
|
|||||||
<th>Size</th>
|
<th>Size</th>
|
||||||
<th>{{.Size}}</th>
|
<th>{{.Size}}</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>Pool</th>
|
||||||
|
<th>{{.Pool.Display}}</th>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
<th>{{.Desc}}</th>
|
<th>{{.Desc}}</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user