mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
Fix tab UI
This commit is contained in:
parent
d17cb1fccc
commit
974380a095
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="tab-content">
|
||||
<div class="tab-content col-xs-8">
|
||||
@foreach(var category in Model.ToArray())
|
||||
{
|
||||
string c = "tab-pane fade in";
|
||||
|
|
Loading…
Reference in a new issue