mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 03:11:48 -05:00
bugs
This commit is contained in:
parent
2be4047502
commit
1df8cf09a2
1 changed files with 2 additions and 1 deletions
|
@ -14,8 +14,9 @@
|
|||
<div class="tab-content" >
|
||||
@for (int i = 1; i < pages; i++)
|
||||
{
|
||||
string a = (i == 1) ? "active" : "";
|
||||
var page = ordered.GetItemsOnPage(i, 15);
|
||||
<table class="table" id="u_page_@i">
|
||||
<table class="tab-pane fade in @a table" id="u_page_@i">
|
||||
<tr>
|
||||
<th style="width:85%">User</th>
|
||||
<th>Actions</th>
|
||||
|
|
Loading…
Reference in a new issue