clan_members

This commit is contained in:
Alicia 2019-02-23 21:49:08 +00:00
parent f18160b8ba
commit 9f8f86513a
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{{/*### {{/*###
NoCompile=true NoCompile=true
*/}} */}}
{{ define "clanMembers" }} {{ define "clan_members" }}
{ with . }} { with . }}
<div class="ui three column center aligned stackable grid"> <div class="ui three column center aligned stackable grid">
{{ $teamJSON := teamJSON }} {{ $teamJSON := teamJSON }}

View File

@ -117,7 +117,7 @@ Include=clanmembers.html
<p> <p>
{{ .T "The leader of the clan." }}<br> {{ .T "The leader of the clan." }}<br>
</p> </p>
{{ template "clanMembers" (.Get "clans/members?id=%d&r=%d" .ClanID 8) }} {{ template "clan_members" (.Get "clans/members?id=%d&r=%d" .ClanID 8) }}
</div> </div>
</div> </div>
</div> </div>
@ -126,7 +126,7 @@ Include=clanmembers.html
<p> <p>
{{ .T "The members of the clan." }}<br> {{ .T "The members of the clan." }}<br>
</p> </p>
{{ template "clanMembers" (.Get "clans/members?id=%d&r=%d" .ClanID 1) }} {{ template "clan_members" (.Get "clans/members?id=%d&r=%d" .ClanID 1) }}
</div> </div>
</div> </div>
{{ end }} {{ end }}