[backend/razor] Code cleanup
This commit is contained in:
parent
24b412bd75
commit
48807ec4fa
2 changed files with 4 additions and 4 deletions
|
@ -15,11 +15,11 @@
|
|||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>@($"Error {Model.Error.StatusCode} - Iceshrimp.NET")</title>
|
||||
@* ReSharper disable once Html.PathError *@
|
||||
@* ReSharper disable Html.PathError *@
|
||||
<link rel="stylesheet" href="~/Iceshrimp.Backend.styles.css"/>
|
||||
<link rel="stylesheet" href="~/css/default.css"/>
|
||||
@* ReSharper disable once Html.PathError *@
|
||||
<link rel="icon" type="image/png" href="~/_content/Iceshrimp.Assets.Branding/favicon.png"/>
|
||||
@* ReSharper restore Html.PathError *@
|
||||
<style>
|
||||
.float-right {
|
||||
float: right;
|
||||
|
|
|
@ -8,11 +8,11 @@
|
|||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>@(ViewData["title"] ?? "Iceshrimp.NET")</title>
|
||||
@* ReSharper disable once Html.PathError *@
|
||||
@* ReSharper disable Html.PathError *@
|
||||
<link rel="stylesheet" href="~/Iceshrimp.Backend.styles.css"/>
|
||||
<link rel="stylesheet" href="~/css/default.css"/>
|
||||
@* ReSharper disable once Html.PathError *@
|
||||
<link rel="icon" type="image/png" href="~/_content/Iceshrimp.Assets.Branding/favicon.png"/>
|
||||
@* ReSharper restore Html.PathError *@
|
||||
@await RenderSectionAsync("styles", false)
|
||||
@await RenderSectionAsync("head", false)
|
||||
</head>
|
||||
|
|
Loading…
Add table
Reference in a new issue