Added Fluxnet Site

This commit is contained in:
2016-01-18 13:45:43 -05:00
parent 048327666f
commit 2c73fb6883
12 changed files with 43 additions and 102 deletions
@@ -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)
{