Basic implementation - largely untested

This commit is contained in:
2014-01-20 22:40:40 -05:00
parent 6fbde2bc13
commit 1feda1b520
5 changed files with 194 additions and 0 deletions
+4
View File
@@ -20,6 +20,7 @@
<th>
Type
</th>
<th></th>
</tr>
</thead>
@foreach (var log in Model)
@@ -37,6 +38,9 @@
<td>
@Html.Encode(log.LogType.Enum.GetDisplayName())
</td>
<td>
@Html.ActionLink("Edit", "EditPast", new { id = log.LogId }, new { @class = "btn btn-mini" })
</td>
</tr>
}
</table>