mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-03 13:17:33 +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
|
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" })
|
@Html.ActionLink("Join", "JoinGroup", "Groups", new { id = Model.Id }, new { @class = "btn btn-default" })
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue