X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=Projects%2FViews%2FShared%2F_Layout.cshtml;h=987ded9ca43d4071c56af39745fb1f9230653b58;hb=HEAD;hp=8d5369176e2578a4ca5bfb220f570141f0e3c5ae;hpb=5e0fe0cb10f848f46dd875350ca51198e28e0c74;p=wsti_pai.git diff --git a/Projects/Views/Shared/_Layout.cshtml b/Projects/Views/Shared/_Layout.cshtml index 8d53691..987ded9 100644 --- a/Projects/Views/Shared/_Layout.cshtml +++ b/Projects/Views/Shared/_Layout.cshtml @@ -3,7 +3,7 @@ - @ViewBag.Title - My ASP.NET Application + @ViewBag.Title - Projects by Rafał Długołęcki @Styles.Render("~/Content/css") @Scripts.Render("~/bundles/modernizr") @@ -17,15 +17,15 @@ - @Html.ActionLink("Application name", "Index", "Home", new { area = "" }, new { @class = "navbar-brand" }) + @Html.ActionLink("Projects", "Index", "Home", new { area = "" }, new { @class = "navbar-brand" }) @@ -35,7 +35,7 @@ @RenderBody()