Style cleanup
This commit is contained in:
parent
bcac316785
commit
e6388de589
|
@ -170,12 +170,14 @@
|
||||||
Edit Profile & Settings
|
Edit Profile & Settings
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
{{if .CurrentUser.IsInnerCircle}}
|
||||||
<li>
|
<li>
|
||||||
<a href="/inner-circle">
|
<a href="/inner-circle">
|
||||||
<span class="icon"><img src="/static/img/circle-16.png"></span>
|
<span class="icon"><img src="/static/img/circle-16.png"></span>
|
||||||
{{PrettyCircle}}
|
{{PrettyCircle}}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
{{end}}
|
||||||
<li>
|
<li>
|
||||||
<a href="/photo/certification">
|
<a href="/photo/certification">
|
||||||
<span class="icon"><i class="fa fa-certificate"></i></span>
|
<span class="icon"><i class="fa fa-certificate"></i></span>
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
{{else if eq .Visibility "circle"}}
|
{{else if eq .Visibility "circle"}}
|
||||||
<span class="tag is-info is-light">
|
<span class="tag is-info is-light">
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
<img src="/static/img/circle-10.png">
|
<img src="/static/img/circle-10.png" width="9" height="9">
|
||||||
</span>
|
</span>
|
||||||
<span>
|
<span>
|
||||||
{{PrettyCircle}}
|
{{PrettyCircle}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user