Fix issue #4068: The next (>) and previous (<) buttons don't work in issue detail page
parent
8699fe3ec6
commit
60b0ca8b1b
|
@ -47,18 +47,21 @@ div.wrapper(
|
|||
span.block-description(ng-bind="issue.blocked_note || ('ISSUES.BLOCKED' | translate)")
|
||||
|
||||
.issue-nav
|
||||
svg.icon.icon-arrow-left(
|
||||
a(
|
||||
ng-show="previousUrl"
|
||||
tg-bo-href="previousUrl"
|
||||
title="{{'ISSUES.TITLE_PREVIOUS_ISSUE' | translate}}"
|
||||
)
|
||||
svg.icon.icon-arrow-left
|
||||
use(xlink:href="#icon-arrow-left")
|
||||
svg.icon.icon-arrow-right(
|
||||
a(
|
||||
ng-show="nextUrl"
|
||||
tg-bo-href="nextUrl"
|
||||
title="{{'ISSUES.TITLE_NEXT_ISSUE' | translate}}"
|
||||
)
|
||||
svg.icon.icon-arrow-right
|
||||
use(xlink:href="#icon-arrow-right")
|
||||
|
||||
.subheader
|
||||
div.tags-block(tg-tag-line, ng-model="issue", required-perm="modify_issue")
|
||||
tg-created-by-display.ticket-created-by(ng-model="issue")
|
||||
|
|
Loading…
Reference in New Issue