Skip to content

Commit 01f22c6

Browse files
authored
Red box for poll admin stuff
1 parent 02c2b0f commit 01f22c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Zero-K.info/Views/Poll/PollUserVotes.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929

3030
@if (Global.IsModerator && p.ExpireBy == null)
3131
{
32-
32+
<div class="admin">
3333
<br/>
3434
@Html.ActionLink(p.IsVisible ? "visible, hide completely?" : "hidden, show in this list?", "SwapVisible", new { pollID = p.PollID })<br />
3535
@Html.ActionLink(p.IsHeadline ? "HEADLINE, stop displaying on home?" : "add to home headline?", "SwapHeadline", new { pollID = p.PollID })<br/>
36-
36+
</div>
3737
}
3838
</div>
3939
}

0 commit comments

Comments
 (0)