Added Fluxnet Site
This commit is contained in:
@@ -2,16 +2,6 @@
|
||||
@model int?
|
||||
|
||||
@{
|
||||
int i;
|
||||
if (!Model.HasValue)
|
||||
{
|
||||
i = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
i = Model.Value;
|
||||
}
|
||||
|
||||
var htmlAttributes = new RouteValueDictionary();
|
||||
if (ViewBag.@class != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user