mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-29 00:24:51 +09:00
UI: Change RepoPatchR breadcrumb parent from RepoR to RepoHeadChangesR
This commit is contained in:
parent
bdc48f4ca2
commit
e9f17ff220
1 changed files with 1 additions and 1 deletions
|
@ -818,7 +818,7 @@ instance YesodBreadcrumbs App where
|
|||
, Just $ RepoHeadChangesR shar repo
|
||||
)
|
||||
RepoPatchR shr rp hash -> ( "Patch " <> hash
|
||||
, Just $ RepoR shr rp
|
||||
, Just $ RepoHeadChangesR shr rp
|
||||
)
|
||||
RepoDevsR shr rp -> ( "Collaboratots"
|
||||
, Just $ RepoR shr rp
|
||||
|
|
Loading…
Reference in a new issue