Skip to content

Commit b3d1c76

Browse files
committed
Updated test layout
1 parent 8f7f7ab commit b3d1c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Griddly/Views/Shared/_Layout.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>@ViewBag.Title - My ASP.NET Application</title>
6+
<title>@ViewBag.Title - Griddly Test</title>
77
@Styles.Render("~/Content/css")
88
@Scripts.Render("~/bundles/modernizr")
99
</head>
@@ -16,7 +16,7 @@
1616
<span class="icon-bar"></span>
1717
<span class="icon-bar"></span>
1818
</button>
19-
@Html.ActionLink("Application name", "Index", "Home", null, new { @class = "navbar-brand" })
19+
@Html.ActionLink("Griddly Test", "Index", "Home", null, new { @class = "navbar-brand" })
2020
</div>
2121
<div class="navbar-collapse collapse">
2222
<ul class="nav navbar-nav">

0 commit comments

Comments
 (0)