diff options
Diffstat (limited to 'Project-Unite/Views/Groups/Index.cshtml')
| -rw-r--r-- | Project-Unite/Views/Groups/Index.cshtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Project-Unite/Views/Groups/Index.cshtml b/Project-Unite/Views/Groups/Index.cshtml index 7364df0..f0f535f 100644 --- a/Project-Unite/Views/Groups/Index.cshtml +++ b/Project-Unite/Views/Groups/Index.cshtml @@ -10,7 +10,9 @@ <p>You can join one of the in-game groups from your Digital Society Control Centre, or you can join one of the many user-created groups here.</p> - +<ul class="nav nav-pills"> + <li><a href="@Url.Action("CreateGroup")"><span class="glyphicon glyphicon-plus"></span> Create new group</a></li> +</ul> <table class="table"> <tr> |
