Update sample3.cshtml (#3732)

Added Bootstrap table class to the above code snippet that was missing.
pull/3733/head
Srikar Tadiparthi 2017-07-15 22:55:28 +05:30 committed by Rick Anderson
parent bd1b333ef4
commit 7dbf22b8bb
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<p>
@Html.ActionLink("Create New", "Create")
</p>
<table>
<table class="table">
<tr>
<th>
@Html.ActionLink("Last Name", "Index", new { sortOrder = ViewBag.NameSortParm })
@ -14,4 +14,4 @@
<th></th>
</tr>
@foreach (var item in Model) {
@foreach (var item in Model) {