|
|
@@ -68,12 +68,10 @@
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
- {{if or .Owner.GitoteDeveloper .Owner.IsBeta .Owner.IsMaker}}
|
|
|
+ {{if or .Owner.GitoteDeveloper .Owner.IsBeta}}
|
|
|
<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}}
|
|
|
</div>
|
|
|
{{end}}
|
|
|
{{if and .IsLogged (ne .LoggedUserName .Owner.Name)}}
|
|
|
@@ -201,7 +199,7 @@
|
|
|
{{.Owner.NumFollowing}} {{.i18n.Tr "user.following"}}
|
|
|
</a>
|
|
|
</li>
|
|
|
- {{if or .Owner.GitoteDeveloper .Owner.IsBeta .Owner.IsMaker .Owner.Twitch}}
|
|
|
+ {{if or .Owner.GitoteDeveloper .Owner.IsBeta .Owner.Twitch}}
|
|
|
<li>
|
|
|
<div class="ui tiny images">
|
|
|
{{if .Owner.GitoteDeveloper}}
|
|
|
@@ -214,11 +212,6 @@
|
|
|
<img class="ui image" src="https://gitote-cdn.netlify.com/img/badges/beta.png">
|
|
|
</a>
|
|
|
{{end}}
|
|
|
- {{if .Owner.IsMaker}}
|
|
|
- <a class="poping up" target="_blank" href="/maker" data-content="Maker" data-variation="inverted tiny" data-position="left center">
|
|
|
- <img class="ui image" src="https://gitote-cdn.netlify.com/img/badges/maker.png">
|
|
|
- </a>
|
|
|
- {{end}}
|
|
|
{{if .Owner.Twitch}}
|
|
|
<a class="poping up" target="_blank" href="/streamer" data-content="Streamer" data-variation="inverted tiny" data-position="left center">
|
|
|
<img class="ui image" src="https://gitote-cdn.netlify.com/img/badges/streamer.png">
|