File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
wp/wp-content/themes/tcs-responsive Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -145,14 +145,17 @@ function tc_challenge_details_js() {
145
145
146
146
<article id="platforms">
147
147
<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>
156
159
</article>
157
160
158
161
<article id="technologies">
You can’t perform that action at this time.
0 commit comments