Profile pages now display user status.
This commit is contained in:
parent
6445950f90
commit
1384b02f4d
11 changed files with 119 additions and 5 deletions
|
|
@ -33,6 +33,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
|
|||
<div class="profile dynamic-container" id="profile-div">
|
||||
<span id="profile-info" class="profile">
|
||||
<h1 class="profile-item" id="profile-username"><%- profile.user %></h1>
|
||||
<%- include('partial/profile/status', {profile, presence, auxClass: ""}); %>
|
||||
<%- include('partial/profile/image', {profile, selfProfile}); %>
|
||||
<%- include('partial/profile/pronouns', {profile, selfProfile}); %>
|
||||
<%- include('partial/profile/signature', {profile, selfProfile}); %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue