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

This commit is contained in:
tidusjar 2016-03-08 10:01:36 +00:00
commit 2935bee30d
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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