mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
remove unneccessary @if
This commit is contained in:
parent
e013a6e4bf
commit
6777edffa1
1 changed files with 1 additions and 1 deletions
|
@ -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" })
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue