File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ scripts: $(function() { metisCalendar(); });
2424 <span class =" help-block" >Event Title</span >
2525 <input id =" title" name =" title" type =" text" placeholder =" event title" class =" form-control input-small" >
2626 <label class =" radio" >
27- <input type =" radio" name =" priority" value =" label" checked>
28- <span class =" label" >default</span >
27+ <input type =" radio" name =" priority" value =" label label-default " checked>
28+ <span class =" label label-default " >default</span >
2929 </label >
3030 <label class =" radio" >
3131 <input type =" radio" name =" priority" value =" label label-warning" >
@@ -52,7 +52,7 @@ scripts: $(function() { metisCalendar(); });
5252 <div class =" well well-small" >
5353 <h4 >Draggable Events</h4 >
5454 <ul id =' external-events' class =" list-inline" >
55- <li class =" external-event" ><span class =" label" >My Event 1</span ></li >
55+ <li class =" external-event" ><span class =" label label-default " >My Event 1</span ></li >
5656 <li class =" external-event" ><span class =" label label-danger" >My Event 2</span ></li >
5757 <li class =" external-event" ><span class =" label label-success" >My Event 3</span ></li >
5858 <li class =" external-event" ><span class =" label label-warning" >My Event 4</span ></li >
You can’t perform that action at this time.
0 commit comments