Update some text copy
This commit is contained in:
parent
e947a005d9
commit
4623cdca50
|
@ -57,7 +57,7 @@ func RemoveFromInnerCircle(u *User) error {
|
|||
if err := DB.Model(&Photo{}).Where(
|
||||
"user_id = ? AND visibility = ?",
|
||||
u.ID, PhotoInnerCircle,
|
||||
).Update("visibility", PhotoFriends); err != nil {
|
||||
).Update("visibility", PhotoPrivate); err != nil {
|
||||
log.Error("RemoveFromInnerCircle: couldn't update photo visibility: %s", err.Error)
|
||||
}
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
in the description on this page:
|
||||
</p>
|
||||
|
||||
<aside class="menu">
|
||||
<ul class="menu-list block">
|
||||
<li>
|
||||
<a href="/photo/gallery?visibility=circle">
|
||||
|
@ -53,7 +54,17 @@
|
|||
Forum (Circle Chat)
|
||||
</a>
|
||||
</li>
|
||||
|
||||
{{if .CurrentUser.Explicit}}
|
||||
<li>
|
||||
<a href="/f/circle-jerk">
|
||||
<i class="fa fa-comments mr-1"></i>
|
||||
Forum (Circle Jerk) <small class="fa fa-fire has-text-danger" title="Explicit"></small>
|
||||
</a>
|
||||
</li>
|
||||
{{end}}
|
||||
</ul>
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -73,6 +84,14 @@
|
|||
sharing nude pics with face for other nonshy nudists to see.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
As a member of the inner circle, you can see who else on the website is a part of the circle. Look
|
||||
for the <img src="/static/img/circle-16.png" alt="Inner circle"> icon on profile pages, the
|
||||
member directory, forums or the chat room. You may find that some of your {{PrettyTitle}} friends
|
||||
were already in the circle! People who are <em>not</em> in the circle won't see these indicators
|
||||
anywhere on the website.
|
||||
</p>
|
||||
|
||||
<h2>What can I do for being in the inner circle?</h2>
|
||||
|
||||
<p>
|
||||
|
@ -102,6 +121,12 @@
|
|||
<a href="/f/circle"><strong><i class="fa fa-comments mr-1"></i> Forums</strong></a>
|
||||
you can access exclusive inner circle-only boards.
|
||||
</li>
|
||||
<li>
|
||||
On the
|
||||
<a href="/chat"><strong><i class="fa fa-message"></i> Chat Room</strong></a> you have access
|
||||
to the exclusive Circle Chat channel, and you can see who else in the chat room is a part of
|
||||
the inner circle. People outside the circle can't see who the inner circle members are!
|
||||
</li>
|
||||
<li>
|
||||
On your <a href="/u/{{.CurrentUser.Username}}">profile page</a> you get an "Inner circle" badge near your
|
||||
Certified status. This badge is <strong>only</strong> visible to members of the inner circle.
|
||||
|
|
Loading…
Reference in New Issue
Block a user