Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Merge pull request #829 from NyaaPantsu/fix-hidden-option

Anon users should not be able to see it
Cette révision appartient à :
akuma06 2017-05-29 13:24:37 +02:00 révisé par GitHub
révision 6c55c02675

Voir le fichier

@ -29,7 +29,7 @@
<input type="checkbox" name="remake" id="remake" >
<label for="remake">{{call $.T "mark_as_remake"}}</label>
</p>
{{ if $.User }}
{{ if gt $.User.ID 0 }}
<p>
<input type="checkbox" name="hidden" id="hidden" >
<label for="hidden">{{call $.T "mark_as_hidden"}}</label>