mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 19:31:47 -05: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>
|
||||
@{
|
||||
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">
|
||||
|
|
Loading…
Reference in a new issue