diff options
Diffstat (limited to 'Project-Unite/Views/Groups')
| -rw-r--r-- | Project-Unite/Views/Groups/ViewGroup.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Groups/ViewGroup.cshtml b/Project-Unite/Views/Groups/ViewGroup.cshtml index 8409e0a..1aa3d00 100644 --- a/Project-Unite/Views/Groups/ViewGroup.cshtml +++ b/Project-Unite/Views/Groups/ViewGroup.cshtml @@ -20,7 +20,7 @@ } else { - @if (Model.Publicity == 0 || Model.Publicity == 2) + if (Model.Publicity == 0 || Model.Publicity == 2) { @Html.ActionLink("Join", "JoinGroup", "Groups", new { id = Model.Id }, new { @class = "btn btn-default" }) } |
