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

Commit cf25fe4

Browse files
committed
Merge pull request #348 from appirio-tech/feature/tom-add-track-anchor
added anchor tag for subtrack
2 parents 482e2fa + 790f05e commit cf25fe4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/profile/about/about.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
img(ng-if="track == 'COPILOT'", src="/images/ico-track-co_pilot-outline.svg")
5555
span {{track | track | uppercase}}
5656

57-
.subtrack(
57+
a.subtrack(
5858
ng-repeat="subtrack in profileVm.categories[track]",
5959
ui-sref="profile.subtrack({track: subtrack.track, subTrack: subtrack.subTrack})",
6060
class="{{$index == 0 && 'first'}}"

assets/css/profile/about.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
margin-bottom: -2px;
5454
}
5555
.subtrack {
56+
text-decoration: none;
57+
color: black;
5658
display: flex;
5759
flex-direction: row;
5860
justify-content: space-between;

0 commit comments

Comments
 (0)