diff --git a/app/profile/about/about.jade b/app/profile/about/about.jade index 96e597cbb..29e515afa 100644 --- a/app/profile/about/about.jade +++ b/app/profile/about/about.jade @@ -54,7 +54,7 @@ img(ng-if="track == 'COPILOT'", src="/images/ico-track-co_pilot-outline.svg") span {{track | track | uppercase}} - .subtrack( + a.subtrack( ng-repeat="subtrack in profileVm.categories[track]", ui-sref="profile.subtrack({track: subtrack.track, subTrack: subtrack.subTrack})", class="{{$index == 0 && 'first'}}" diff --git a/assets/css/profile/about.scss b/assets/css/profile/about.scss index 21040df92..b6ad9fcd2 100644 --- a/assets/css/profile/about.scss +++ b/assets/css/profile/about.scss @@ -53,6 +53,8 @@ margin-bottom: -2px; } .subtrack { + text-decoration: none; + color: black; display: flex; flex-direction: row; justify-content: space-between;