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

Commit 332ab2d

Browse files
author
vikasrohit
committed
Merge pull request #451 from appirio-tech/feature/quick-fixes-pre-first-ga-release
Feature/quick fixes pre first ga release @parthshah fyi
2 parents 98cfafc + 1711a8a commit 332ab2d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/directives/profile-widget/profile-widget.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
.links
2828
a.badges.link(ng-click="profileVm.showBadges()", ng-show="profileVm.profile.badges.Achievements.length > 0")
2929
| Badges
30-
a.forums.link(ng-href="http://forums.{{DOMAIN}}/?module=History&userID={{profileVm.profile.userId}}")
30+
a.forums.link(ng-href="https://apps.{{DOMAIN}}/forums/?module=History&userID={{profileVm.profile.userId}}")
3131
| Forum Posts

app/my-dashboard/srms/srms.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ section(ng-hide="vm.loading")
1212
.flex-wrapper
1313
h2 Practice on past problems
1414

15-
a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost(ng-href="https://community.{{DOMAIN}}/tc?module=ProblemArchive") Problem Archives
15+
a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost(ng-href="https://arena.{{DOMAIN}}/#/u/practiceProblemList") Problem Archives
1616

1717
a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost(ng-href="https://community.{{DOMAIN}}/wiki/display/tc/Algorithm+Problem+Set+Analysis") Match Editorials
1818

19-
a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost(ng-href="https://www.{{DOMAIN}}/community/getting-started/") Learn More
19+
a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost(ng-href="https://www.{{DOMAIN}}/member-onboarding") Learn More
2020

2121
.srms-links(ng-hide="vm.loading")
2222
a(ui-sref="my-srms") View Past SRMs

assets/css/my-dashboard/srms.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
.srm-links-card {
7979
display: inline;
8080
width: 270px;
81-
height: 319px;
81+
height: 321px;
8282
margin-bottom: 15px;
8383
padding: 0 21px;
8484
border: 1px solid #DCDCDC;

0 commit comments

Comments
 (0)