This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +22
-16
lines changed
src/js/app/challenge-details
wp/wp-content/themes/tcs-responsive Expand file tree Collapse file tree 2 files changed +22
-16
lines changed Original file line number Diff line number Diff line change @@ -409,14 +409,17 @@ <h1>Challenge Overview</h1>
409409
410410 < article id ="platforms ">
411411 < h1 > Platforms</ h1 >
412- < ul >
413- < li ng-if ="(hasPlatforms = CD.challenge.platforms && CD.challenge.platforms.length > 0) " ng-repeat ="platform in CD.challenge.platforms " >
414- < strong ng-bind ="platform "> </ strong >
415- </ li >
416- < li ng-if ="!(hasPlatforms = CD.challenge.platforms && CD.challenge.platforms.length > 0) ">
417- < strong > Not Specified</ strong >
418- </ li >
419- </ ul >
412+ < div class ="technologyTags ">
413+ < ul >
414+ < li ng-if ="(hasPlatforms = CD.challenge.platforms && CD.challenge.platforms.length > 0) " ng-repeat ="platform in CD.challenge.platforms " >
415+ < span > {{platform}}</ span >
416+ </ li >
417+ < li ng-if ="!(hasPlatforms = CD.challenge.platforms && CD.challenge.platforms.length > 0) ">
418+ < strong > Not Specified</ strong >
419+ </ li >
420+ </ ul >
421+ < div class ="clear "> </ div >
422+ </ div >
420423 </ article >
421424
422425 < article id ="technologies ">
Original file line number Diff line number Diff line change @@ -145,14 +145,17 @@ function tc_challenge_details_js() {
145145
146146 <article id="platforms">
147147 <h1>Platforms</h1>
148- <ul>
149- <li ng-if="(hasPlatforms = CD.challenge.platforms && CD.challenge.platforms.length > 0)" ng-repeat="platform in CD.challenge.platforms" >
150- <strong ng-bind="platform"></strong>
151- </li>
152- <li ng-if="!(hasPlatforms = CD.challenge.platforms && CD.challenge.platforms.length > 0)">
153- <strong>Not Specified</strong>
154- </li>
155- </ul>
148+ <div class="technologyTags">
149+ <ul>
150+ <li ng-if="(hasPlatforms = CD.challenge.platforms && CD.challenge.platforms.length > 0)" ng-repeat="platform in CD.challenge.platforms" >
151+ <span>{{platform}}</span>
152+ </li>
153+ <li ng-if="!(hasPlatforms = CD.challenge.platforms && CD.challenge.platforms.length > 0)">
154+ <strong>Not Specified</strong>
155+ </li>
156+ </ul>
157+ <div class="clear"></div>
158+ </div>
156159 </article>
157160
158161 <article id="technologies">
You can’t perform that action at this time.
0 commit comments