mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-04-21 00:30:23 +00:00
oops
This commit is contained in:
parent
4a9eb8d0ae
commit
843824bb59
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@
|
||||||
</head>
|
</head>
|
||||||
@{
|
@{
|
||||||
string style = "";
|
string style = "";
|
||||||
if(ViewBag.Model != null)
|
if(ViewBag.Banner != null)
|
||||||
{
|
{
|
||||||
style = "background-image: url(\"" + ViewBag.Model + "\") cover;";
|
style = "background-image: url(\"" + ViewBag.Banner + "\") cover;";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
<body style="@style">
|
<body style="@style">
|
||||||
|
|
Loading…
Add table
Reference in a new issue