template less code if not logged in
This commit is contained in:
parent
3b99d621b8
commit
48516bc2fe
@ -24,7 +24,6 @@
|
||||
|
||||
{{if eq .benchmark.UserID .userID }}
|
||||
<a class="btn btn-warning" data-bs-toggle="modal" data-bs-target="#exampleModal">Delete benchmark</a>
|
||||
{{end}}
|
||||
|
||||
<div class="modal" id="exampleModal" tabindex="-1">
|
||||
<div class="modal-dialog">
|
||||
@ -45,6 +44,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{end}}
|
||||
|
||||
<div id="fpsChart" style="height:250pt;"></div>
|
||||
<div id="frameTimeChart" style="height:250pt;"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user