File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
< table >
2
2
< thead >
3
3
< tr class ="text-center ">
4
- < th > < button type ="button " class ="btn pull-left " ng-click ="move(-1) "> < i class ="icon -chevron-left "> </ i > </ button > </ th >
4
+ < th > < button type ="button " class ="btn pull-left " ng-click ="move(-1) "> < i class ="glyphicon glyphicon -chevron-left "> </ i > </ button > </ th >
5
5
< th colspan ="{{rows[0].length - 2 + showWeekNumbers}} "> < button type ="button " class ="btn btn-block " ng-click ="toggleMode() "> < strong > {{title}}</ strong > </ button > </ th >
6
- < th > < button type ="button " class ="btn pull-right " ng-click ="move(1) "> < i class ="icon -chevron-right "> </ i > </ button > </ th >
6
+ < th > < button type ="button " class ="btn pull-right " ng-click ="move(1) "> < i class ="glyphicon glyphicon -chevron-right "> </ i > </ button > </ th >
7
7
</ tr >
8
8
< tr class ="text-center " ng-show ="labels.length > 0 ">
9
9
< th ng-show ="showWeekNumbers "> #</ th >
You can’t perform that action at this time.
0 commit comments