File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 33 < h3 > Hi {{firstName}}! Welcome to the Secure Coding Dojo!</ h3 >
44 < p > Pick a training module below to start.</ p >
55 < div class ="row ">
6- < div class ="col-lg-6 d-flex align-items-stretch " ng-repeat ="(key, value) in modules " style ="padding:1em " >
6+ < div class ="col-lg-4 d-flex align-items-stretch " ng-repeat ="(key, value) in modules " style ="padding:1em " >
77
88 < div class ="card " >
99 < div class ="card-header ">
@@ -16,15 +16,16 @@ <h5 class="card-title">{{value.summary}}</h5>
1616
1717 </ div >
1818 < div class ="card-footer ">
19- < small class ="text-muted " ng-if ="value.requiredModules.length>0 ">
20- This module requires: < span ng-repeat ="moduleId in value.requiredModules "> {{modules[moduleId].name}}</ span >
21- </ small >
19+
2220 < a ng-href ="/public/badge/{{getBadgeCode(key)}} " class ="btn btn-primary float-right mx-1 " ng-class ="{ disabled: !isModuleComplete(key) } ">
2321 < span class ="oi oi-circle-check " ng-if ="isModuleComplete(key) "> </ span >
2422 Badge
2523 </ a >
2624 < a ng-href ="#!challenges/{{key}} " class ="btn btn-primary float-right mx-1 " ng-class ="{ disabled: !isModuleEnabled(key) } "> Load</ a >
27-
25+ < small class ="text-muted text-align-right " ng-if ="value.requiredModules.length>0 ">
26+ Requires: < span ng-repeat ="moduleId in value.requiredModules "> {{modules[moduleId].name}}</ span >
27+ </ small >
28+
2829 </ div >
2930 </ div >
3031 </ div >
You can’t perform that action at this time.
0 commit comments