Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit b905bc0

Browse files
author
vikasrohit
committedJan 26, 2016
Merge pull request #688 from appirio-tech/feature/sup-3014-card-alignment-issue-profile-subtrack
SUP-3014, [Profile] Issues with card alignment
2 parents 3075193 + 3a73377 commit b905bc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎app/profile/subtrack/design/design-challenges.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
.no-challenges(ng-show="!vm.challenges || vm.challenges.length == 0")
99
| Sorry, no successful challenges found.
1010

11-
tc-endless-paginator(state="vm.status.challenges", page-params="vm.pageParams")
11+
tc-endless-paginator(state="vm.status.challenges", page-params="vm.pageParams")

‎app/profile/subtrack/develop/develop-challenges.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
.no-challenges(ng-show="!vm.challenges || vm.challenges.length == 0")
1111
| Sorry, no successful challenges found.
1212

13-
tc-endless-paginator(state="vm.status.challenges", page-params="vm.pageParams")
13+
tc-endless-paginator(state="vm.status.challenges", page-params="vm.pageParams")

0 commit comments

Comments
 (0)
This repository has been archived.