Skip to content

Commit

Permalink
New template files for main page header
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyUna committed Jul 11, 2017
1 parent 9e5c768 commit eee5047
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions template/simple_usernames.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<div class="bx-messenger-participants-usernames">
<div class="name">__usernames__</div>
<div class="participants">__number__</div>
</div>
6 changes: 6 additions & 0 deletions template/status_usernames.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<bx_repeat:users>
<div class="bx-messenger-participants-usernames">
<div class="name"><a href="__profile_username__">__username__</a></div>
<div class="status">__status__ __time_desc__</div>
</div>
</bx_repeat:users>

0 comments on commit eee5047

Please sign in to comment.