Migrate to bootstrap 4 in LeafWeb
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
@{
|
||||
switch (Model)
|
||||
{
|
||||
case Priority.Normal:<span class="glyphicon glyphicon-unchecked"></span>break;
|
||||
case Priority.Low:<span class="glyphicon glyphicon-collapse-down"></span>break;
|
||||
case Priority.High:<span class="glyphicon glyphicon-collapse-up"></span>break;
|
||||
case Priority.Normal:<span class="fa fa-square-o"></span>break;
|
||||
case Priority.Low:<span class="fa fa-caret-square-o-down"></span>break;
|
||||
case Priority.High:<span class="fa fa-caret-square-o-up"></span>break;
|
||||
default:
|
||||
throw new ArgumentOutOfRangeException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user