Skip to content

Commit

Permalink
admin: link to search for children effects
Browse files Browse the repository at this point in the history
  • Loading branch information
jfontan committed Jul 28, 2021
1 parent 6b44240 commit 78b3dce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/assets/gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ <h1><a href="/">GLSL Sandbox</a></h1>
{{ if $admin }}
{{ $name := checkboxID .ID }}
<div>
<a style="color:#009DE9;" href="/admin?parent={{ .ID }}">Children</a>
<label style="color:#009DE9" for="{{ $name }}">Hidden</label>
<input type="checkbox" id="{{ $name }}" name="{{ $name }}" {{ checked .Hidden }}>
<input type="hidden" name="effects" value="{{ .ID }}">
Expand Down

0 comments on commit 78b3dce

Please sign in to comment.