File tree Expand file tree Collapse file tree
src/XtremeIdiots.Portal.Web Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757
5858// 7. Vendor - Third-party library overrides
5959@use ' vendor/bootstrap-overrides' ;
60- @use ' vendor/datatable-overrides' ;
60+ @use ' vendor/datatable-overrides' ;
Original file line number Diff line number Diff line change 7777 <label class =" form-label" for =" manualLinkGameType" >Game </label >
7878 <select class =" form-select" id =" manualLinkGameType" >
7979 <option value =" " >Select game </option >
80- @foreach ( var game in Enum .GetValues <GameType >().Where (x => x != GameType .Unknown ))
80+ @foreach ( var game in Enum .GetValues <GameType >().Where (x => x !=
81+ GameType .Unknown ))
8182 {
8283 <option value =" @game" >@game </option >
8384 }
8485 </select >
8586 </div >
8687 <div class =" filter-group" >
8788 <label class =" form-label" for =" manualLinkUserSearch" >Website Profile </label >
88- <input class =" form-control" id =" manualLinkUserSearch" autocomplete =" off" placeholder =" Search website profile..." />
89+ <input class =" form-control" id =" manualLinkUserSearch" autocomplete =" off"
90+ placeholder =" Search website profile..." />
8991 <input type =" hidden" id =" manualLinkUserProfileId" name =" UserProfileId" />
9092 </div >
9193 <div class =" filter-group" >
9294 <label class =" form-label" for =" manualLinkPlayerSearch" >Player </label >
93- <input class =" form-control" id =" manualLinkPlayerSearch" autocomplete =" off" placeholder =" Search player username..." />
95+ <input class =" form-control" id =" manualLinkPlayerSearch" autocomplete =" off"
96+ placeholder =" Search player username..." />
9497 <input type =" hidden" id =" manualLinkPlayerId" name =" PlayerId" />
9598 </div >
9699 </div >
You can’t perform that action at this time.
0 commit comments