Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dlidstrom committed Mar 17, 2022
1 parent cbcc8ba commit 6afbcfa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
8 changes: 6 additions & 2 deletions Snittlistan.Web/Areas/V2/Views/Roster/EditPlayers.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,13 @@
"Preliminär",
new { @class = "control-label" })
<div class="controls">
@Html.CheckBox("Preliminary")
@Html.CheckBox("Preliminary", Model.RosterViewModel.Preliminary)
<span class="help-block">
Visas inte för vanliga spelare
Visas inte för vanliga spelare.
</span>
<span class="help-block">
En publicerad uttagning kommer automatiskt att skickas
till alla uttagna spelare genom e-post.
</span>
</div>
</div>
Expand Down
22 changes: 15 additions & 7 deletions Snittlistan.Web/Areas/V2/Views/Roster/EditPlayers.generated.cs
Original file line number Diff line number Diff line change
Expand Up @@ -903,14 +903,22 @@ public override void Execute()


#line 206 "..\..\Areas\V2\Views\Roster\EditPlayers.cshtml"
Write(Html.CheckBox("Preliminary"));
Write(Html.CheckBox("Preliminary", Model.RosterViewModel.Preliminary));


#line default
#line hidden
WriteLiteral("\r\n <span class=\"help-block\">\r\n Visas in" +
"te för vanliga spelare\r\n </span>\r\n </div>\r\n " +
" </div>\r\n");
WriteLiteral(@"
<span class=""help-block"">
Visas inte för vanliga spelare.
</span>
<span class=""help-block"">
En publicerad uttagning kommer automatiskt att skickas
till alla uttagna spelare genom e-post.
</span>
</div>
</div>
");



Expand All @@ -919,7 +927,7 @@ public override void Execute()



#line 214 "..\..\Areas\V2\Views\Roster\EditPlayers.cshtml"
#line 218 "..\..\Areas\V2\Views\Roster\EditPlayers.cshtml"
Write(Html.ActionLink("Avbryt", "View", new { season = Model.RosterViewModel.Season, turn = Model.RosterViewModel.Turn }, new { @class = "btn btn-large" }));


Expand All @@ -929,7 +937,7 @@ public override void Execute()



#line 216 "..\..\Areas\V2\Views\Roster\EditPlayers.cshtml"
#line 220 "..\..\Areas\V2\Views\Roster\EditPlayers.cshtml"
}


Expand All @@ -939,7 +947,7 @@ public override void Execute()



#line 219 "..\..\Areas\V2\Views\Roster\EditPlayers.cshtml"
#line 223 "..\..\Areas\V2\Views\Roster\EditPlayers.cshtml"
Write(Html.Action("PlayerStatus", new
{
turn = Model.RosterViewModel.Turn,
Expand Down

0 comments on commit 6afbcfa

Please sign in to comment.