Fixed the issue where the Release build would not show the admin screens!

pull/13/head
tidusjar 9 years ago
parent 50c15bfc80
commit 2935bee30d

@ -1,4 +1,4 @@
@Html.Partial("/Admin/_Sidebar") @Html.Partial("_Sidebar")
<div class="col-sm-8"> <div class="col-sm-8">
<form class="form-horizontal" method="POST" action="/admin/authentication" id="mainForm"> <form class="form-horizontal" method="POST" action="/admin/authentication" id="mainForm">

@ -1,4 +1,4 @@
@Html.Partial("/Admin/_Sidebar") @Html.Partial("_Sidebar")
@{ @{
int port; int port;
if (Model.Port == 0) if (Model.Port == 0)

@ -1,4 +1,4 @@
@Html.Partial("/Admin/_Sidebar") @Html.Partial("_Sidebar")
@{ @{
int port; int port;
if (Model.Port == 0) if (Model.Port == 0)

@ -1,4 +1,4 @@
@Html.Partial("/Admin/_Sidebar") @Html.Partial("_Sidebar")
@{ @{
int port; int port;
if (Model.Port == 0) if (Model.Port == 0)

Loading…
Cancel
Save