mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 03:11:48 -05:00
fix datareading of categories
This commit is contained in:
parent
28e035e581
commit
4eb45b18aa
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<h4>Bug types</h4>
|
||||
|
||||
<ul id="tabs" data-tabs="tabs" class="nav nav-stacked nav-pills">
|
||||
@foreach(var cat in Model)
|
||||
@foreach(var cat in Model.ToArray())
|
||||
{
|
||||
string c = "";
|
||||
if(cat == Model.First())
|
||||
|
|
Loading…
Reference in a new issue