Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Merge pull request #301 from ewhal/delete-button

noencode
Cette révision appartient à :
akuma06 2017-05-10 22:05:21 +02:00 révisé par GitHub
révision 7a50866735

Voir le fichier

@ -70,4 +70,7 @@ var FuncMap = template.FuncMap{
"HasAdmin": userPermission.HasAdmin,
"GetRole": userPermission.GetRole,
"IsFollower": userPermission.IsFollower,
"NoEncode": func(str string) template.HTML {
return template.HTML(str)
},
}