mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-05-14 05:52:54 +00:00
feat: get answer ID and fragment scrolling
This commit is contained in:
parent
6bfed5a9e3
commit
cc9e549aaf
4 changed files with 11 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
</div>
|
||||
</div>
|
||||
{{ range $answer := .answers }}
|
||||
<div class="answer">
|
||||
<div class="answer" id="{{ $answer.ID }}">
|
||||
<div
|
||||
class="answer-meta{{ if $answer.IsAccepted }} accepted{{end}}"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue