Invite Uninitialized

This commit is contained in:
2013-01-13 14:28:24 -05:00
parent e50052d41e
commit a59ce11f70
6 changed files with 90 additions and 2 deletions
+4
View File
@@ -20,6 +20,10 @@
<div class="btn-toolbar pull-left">
@Html.ActionLink("Add new User", "Create", null, new{@class="btn"})
@Html.ActionLink("Export", "Export", null, new{@class="btn"})
@if (User.IsInRole("Developer"))
{
@Html.ActionLink("Invite Uninintialized", "InviteUninitialized", null, new{@class="btn"})
}
</div>
<div id="users-online">Users online now: <span class="badge badge-info">@Membership.GetNumberOfUsersOnline()</span></div>