mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-09-06 11:46:24 -07:00
Add link to uploaded file in fixthumbnails
This commit is contained in:
parent
c573e26399
commit
1953e97272
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@
|
|||
</form>
|
||||
|
||||
{{range $_, $upload := $.uploads}}
|
||||
Post: <a href="{{webPath $.board "res" (intToString $upload.OpID)}}.html#{{$upload.PostID}}">/{{$.board}}/{{$upload.PostID}}</a>, Filename: {{$upload.Filename}}, Spoiler: {{$upload.Spoilered}}, Image size: {{$upload.Width}}x{{$upload.Height}}, Thumb size: {{$upload.ThumbWidth}}x{{$upload.ThumbHeight}}<br/>
|
||||
Post: <a href="{{webPath $.board "res" (intToString $upload.OpID)}}.html#{{$upload.PostID}}">/{{$.board}}/{{$upload.PostID}}</a>, Filename: <a href={{webPath $.board "src" $upload.Filename}}>{{$upload.Filename}}</a>, Spoiler: {{$upload.Spoilered}}, Image size: {{$upload.Width}}x{{$upload.Height}}, Thumb size: {{$upload.ThumbWidth}}x{{$upload.ThumbHeight}}<br/>
|
||||
{{end}}
|
Loading…
Add table
Add a link
Reference in a new issue