forked from MarseyWorld/MarseyWorld
change terminology
parent
0ddacad599
commit
e962f2fc73
|
@ -37,7 +37,7 @@
|
|||
<input autocomplete="off" type="checkbox" class="custom-control-input" id="stealth" name="stealth" {% if sub.stealth %}checked{% endif %} onchange="post_toast(this,'/h/{{sub.name}}/stealth');">
|
||||
<label class="custom-control-label" for="stealth"></label>
|
||||
</div>
|
||||
<span class="text-small text-muted">Hide posts in this hole from the main feed by default (users can opt-in to see it there).</span>
|
||||
<span class="text-small text-muted">Make this hole blocked by default (users can visit it and unblock it).</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
{% for sub, count in subs %}
|
||||
<tr>
|
||||
<td>{{loop.index}}</td>
|
||||
<td><a href="/h/{{sub.name}}">{{sub.name}} {% if sub.name in v.all_blocks %}<span class="text-danger">[hidden from your main feed, visit it to unhide it]</span>{% endif %}</a></td>
|
||||
<td><a href="/h/{{sub.name}}">{{sub.name}} {% if sub.name in v.all_blocks %}<span class="text-danger">[blocked, visit it to unblock it]</span>{% endif %}</a></td>
|
||||
<td><a href="/h/{{sub.name}}" >{{count}}</a></td>
|
||||
<td><a href="/h/{{sub.name}}/followers">{{sub.follow_num}}</a></td>
|
||||
<td><a href="/h/{{sub.name}}/blockers">{{sub.block_num}}</a></td>
|
||||
|
|
Loading…
Reference in New Issue