|
15 | 15 | </div>
|
16 | 16 | </div>
|
17 | 17 | <div class="all-filters-option apply-flex center-content fade-in" ng-class="{'display-none':!lc.displayFilters}">
|
18 |
| - <span> |
| 18 | + <span> |
19 | 19 | <div ng-class="{'display-none':!lc.displayFilters}" ng-click="toggleFiltersDisplay()">
|
20 | 20 | <i class="fa fa-times close-filters"></i>
|
21 | 21 | </div>
|
@@ -59,8 +59,8 @@ <h4><b>Filter Projects</b></h4>
|
59 | 59 | <div class="card-title center">{{ project.name }}</div>
|
60 | 60 | <div btf-markdown="project.desc" class="markdown"></div>
|
61 | 61 | </div>
|
62 |
| - <div ng-show="project.mentors.length>0" class="card-action"> <span ng-repeat="mentor in project.mentors | limitTo:4"><a ng-href="https://github.com/{{mentor}}" class="mentors-github-id" target="_blank">{{mentor}}</a></span> </div> |
63 |
| - <div ng-show="project.difficulty.length>0" class="project-overview-element clickable card-action"> <span ng-click="search(project.difficulty)" class="pr-element-detail chip" >{{ project.difficulty }}</span> |
| 62 | + <div ng-show="project.mentors.length>0" class="card-action"> <span ng-repeat="mentor in project.mentors | limitTo:4"><a ng-href="https://github.com/{{mentor}}" class="mentors-github-id" target="_blank">{{ mentor }}</a></span> </div> |
| 63 | + <div ng-show="project.difficulty.length>0" class="project-overview-element clickable card-action"> <span ng-click="search(project.difficulty)" class="pr-element-detail chip">{{ project.difficulty }}</span> |
64 | 64 | <br> </div>
|
65 | 65 | <div ng-show="project.initiatives.length>0" class="project-overview-element clickable card-action"> <span ng-click="search(initiative)" class="pr-element-detail chip" ng-repeat="initiative in project.initiatives">{{ initiative }}</span>
|
66 | 66 | <br> </div>
|
@@ -105,11 +105,11 @@ <h4><b>Filter Projects</b></h4>
|
105 | 105 | <div ng-show="currentProject.mentors.length>0" class="project-detail-element">
|
106 | 106 | <div class="small-heading uppercase">Mentors</div>
|
107 | 107 | <span class="pr-element-detail chip" ng-repeat="mentor in currentProject.mentors">
|
108 |
| - <a ng-href="https://github.com/{{mentor}}" class="mentors-github-id chip" target="_blank">@{{mentor}}</a> |
| 108 | + <a ng-href="https://github.com/{{mentor}}" class="mentors-github-id chip" target="_blank">@{{ mentor }}</a> |
109 | 109 | </span>
|
110 | 110 | </div>
|
111 | 111 | <div ng-show="currentProject.developers_involved.length>0" class="project-detail-element">
|
112 |
| - <div class="small-heading uppercase">Developers Involved</div> <span class="pr-element-detail chip" ng-repeat="developers in currentProject.developers_involved">@{{developers}}</span> </div> |
| 112 | + <div class="small-heading uppercase">Developers Involved</div> <span class="pr-element-detail chip" ng-repeat="developers in currentProject.developers_involved">@{{ developers }}</span> </div> |
113 | 113 | <div ng-show="currentProject.issues.length>0" class="project-detail-element">
|
114 | 114 | <div class="small-heading uppercase">Related issues</div> <span ng-click="redirect(issue)" class="pr-element-detail chip clickable" ng-repeat="issue in currentProject.issues">{{ issue | format_issue }}</span>
|
115 | 115 | <br>
|
|
0 commit comments