|
|
@@ -68,13 +68,12 @@
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
- {{if or .Owner.GitoteDeveloper .Owner.IsBeta .Owner.IsMaker .Owner.IsBugHunter}}
|
|
|
+ {{if or .Owner.GitoteDeveloper .Owner.IsBeta .Owner.IsMaker}}
|
|
|
<div style="margin-top:1rem" class="ui mini images">
|
|
|
{{if .Owner.GitoteDeveloper}}<img class="ui image" src="https://gitote-cdn.netlify.com/img/badges/gitotedeveloper.png">{{end}}
|
|
|
{{if .Owner.IsBeta}}<img class="ui image" src="https://gitote-cdn.netlify.com/img/badges/beta.png">{{end}}
|
|
|
{{if .Owner.IsMaker}}<img class="ui image" src="https://gitote-cdn.netlify.com/img/badges/maker.png">{{end}}
|
|
|
{{if .Owner.Twitch}}<img class="ui image" src="https://gitote-cdn.netlify.com/img/badges/streamer.png">{{end}}
|
|
|
- {{if .Owner.IsBugHunter}}<img class="ui image" src="https://gitote-cdn.netlify.com/img/badges/bughunter.png">{{end}}
|
|
|
</div>
|
|
|
{{end}}
|
|
|
{{if and .IsLogged (ne .LoggedUserName .Owner.Name)}}
|
|
|
@@ -202,7 +201,7 @@
|
|
|
{{.Owner.NumFollowing}} {{.i18n.Tr "user.following"}}
|
|
|
</a>
|
|
|
</li>
|
|
|
- {{if or .Owner.GitoteDeveloper .Owner.IsBeta .Owner.IsMaker .Owner.Twitch .Owner.IsBugHunter}}
|
|
|
+ {{if or .Owner.GitoteDeveloper .Owner.IsBeta .Owner.IsMaker .Owner.Twitch}}
|
|
|
<li>
|
|
|
<div class="ui tiny images">
|
|
|
{{if .Owner.GitoteDeveloper}}
|
|
|
@@ -225,11 +224,6 @@
|
|
|
<img class="ui image" src="https://gitote-cdn.netlify.com/img/badges/streamer.png">
|
|
|
</a>
|
|
|
{{end}}
|
|
|
- {{if .Owner.IsBugHunter}}
|
|
|
- <a class="poping up" target="_blank" href="/security" data-content="Bug Hunter" data-variation="inverted tiny" data-position="left center">
|
|
|
- <img class="ui image" src="https://gitote-cdn.netlify.com/img/badges/bughunter.png">
|
|
|
- </a>
|
|
|
- {{end}}
|
|
|
</div>
|
|
|
</li>
|
|
|
{{end}}
|