Update sample3.cshtml (#3732)
Added Bootstrap table class to the above code snippet that was missing.pull/3733/head
parent
bd1b333ef4
commit
7dbf22b8bb
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue