Word?
This commit is contained in:
@@ -41,12 +41,12 @@
|
||||
{% if membershipValue == 3: %}
|
||||
<span class="rbx-icon-negative-obc"></span>
|
||||
{%endif%}
|
||||
<span class="home-status-text">Your account and friends are the quickest places to jump back into the site.</span>
|
||||
<span class="home-status-text">You should play something!</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h4 class="home-section-title mt-4">Friends ( {{friendcount}} )</h4>
|
||||
<p class="home-section-meta mb-2">People online and worth checking in on.</p>
|
||||
<p class="home-section-meta mb-2">People you have added.</p>
|
||||
<div class="w-100 p-2 d-flex flex-nowrap card-container friends-scroll home-soft-strip" style="min-height: 100px;">
|
||||
{% for friend in friends %}
|
||||
<a href="/users/{{friend.id}}/profile">
|
||||
@@ -99,7 +99,7 @@
|
||||
{% if recentlyplayedcount == 0: %}
|
||||
<div class="home-empty-state home-empty-wide home-empty-inline">
|
||||
<p class="mb-0">Looks like you haven’t played any games yet.</p>
|
||||
<a class="btn btn-sm btn-primary mt-2" href="/games">Play something now</a>
|
||||
<a class="btn btn-sm btn-primary mt-2" href="/games">Go and play something!</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user