Commit 7bf48a5
authored
[CRCR] Split summary description with separate PR and Nightly HUD links (#8537)
## Summary
- The description sentence on the CRCR summary page previously had a
single "HUD dashboard" link that always pointed to the PR view
- Update it to include separate links for the Pull Requests and Nightly
dashboards so users can navigate directly to the relevant view
- The sentence is common to both tabs, providing quick access to either
dashboard regardless of which tab is active
**Before:** "...check the [HUD dashboard](...) or view..."
**After:** "...check the HUD dashboard — [Pull Requests](...) and
[Nightly](...?event=nightly) — or view..."
## Mockup
https://subinz1.github.io/CRCR/mockups/crcr-summary-sentence-mockup.html
## Test plan
- [ ] Verify the sentence renders correctly on the CRCR summary page
- [ ] Verify the Pull Requests link opens the PR view of crcr-test
- [ ] Verify the Nightly link opens the nightly view (?event=nightly)
- [ ] Confirm the sentence is visible in both PR and Nightly tabs1 parent 3e85a5d commit 7bf48a5
1 file changed
Lines changed: 12 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
826 | 826 | | |
827 | 827 | | |
828 | 828 | | |
829 | | - | |
830 | | - | |
831 | | - | |
832 | | - | |
833 | | - | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
834 | 838 | | |
835 | | - | |
836 | | - | |
837 | | - | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
838 | 842 | | |
839 | 843 | | |
840 | 844 | | |
| |||
0 commit comments