Sha256: e681b06f562cef11bfa90b03cbfe1796bb8dd4f10622e4d37b7ec958245b368f

Contents?: true

Size: 1.4 KB

Versions: 88

Compression:

Stored size: 1.4 KB

Contents

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width" />
    <title>@ViewBag.Title</title>
    @Styles.Render("~/Content/css")
    @Scripts.Render("~/bundles/modernizr")
</head>
<body>
    <div class="navbar navbar-inverse navbar-fixed-top">
        <div class="container">
            <div class="navbar-header">
                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                    <span class="icon-bar"></span>
                </button>
                @Html.ActionLink("Application name", "Index", "Home", null, new { @class = "navbar-brand" })
            </div>
            <div class="navbar-collapse collapse">
                <ul class="nav navbar-nav">
                    <li>@Html.ActionLink("Home", "Index", "Home", new { area = "" }, null)</li>
                </ul>
            </div>
        </div>
    </div>
    <div class="container body-content">
        @RenderBody()
        <hr />
        <footer>
            <p>&copy; @DateTime.Now.Year - My ASP.NET Application</p>
        </footer>
    </div>

    @Scripts.Render("~/bundles/jquery")
    @Scripts.Render("~/bundles/bootstrap")
    @RenderSection("scripts", required: false)
</body>
</html>

Version data entries

88 entries across 88 versions & 1 rubygems

Version Path
albacore-2.3.16 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml
albacore-2.3.15 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml
albacore-2.3.14 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml
albacore-2.3.13 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml
albacore-2.3.12 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml
albacore-2.3.11 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml
albacore-2.3.10 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml
albacore-2.3.9 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml
albacore-2.3.8 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml
albacore-2.3.7 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml
albacore-2.3.6 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml
albacore-2.3.5 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml
albacore-2.3.4 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml
albacore-2.3.3 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml
albacore-2.3.2 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml
albacore-2.3.1 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml
albacore-2.3.0 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml
albacore-2.2.1 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml
albacore-2.2.0 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml
albacore-2.2.0.pre.beta.7 spec/test_appspecs/corp.service/FSharpWeb/Views/Shared/_Layout.cshtml