Client: add users list/friends list titles
This commit is contained in:
parent
e2f555cab7
commit
dfe3ec6bf6
|
@ -1,3 +1,5 @@
|
||||||
|
<h3>Friends list</h3>
|
||||||
|
|
||||||
<table class="table table-hover">
|
<table class="table table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<h3>Users list</h3>
|
||||||
|
|
||||||
<table class="table table-hover">
|
<table class="table table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue