Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Member.Web/Views/MemberApps/Create.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,13 @@
@Html.ActionLink("Back to List", "Index", null, new { @class = "btn btn-primary btn-large" })
</div>
</div>

<input type="submit" value="Login" class="btn btn-success" />
<input type="reset" value="Logout" class="btn btn-danger" />
</div>
}


@section Scripts {
@Scripts.Render("~/bundles/jqueryval")
}
}
3 changes: 2 additions & 1 deletion Member.Web/Views/MemberApps/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
}

</table>
@Html.ActionLink("Delete", "Delete", new { id = item.Id }, new { @class = "btn btn-danger btn-sm" }

<div class="container">
<ul class="pagination pagination">
Expand Down Expand Up @@ -121,4 +122,4 @@ function myFunction() {
}
}
}
</script>
</script>