mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-28 23:54: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
|
, Just $ RepoHeadChangesR shar repo
|
||||||
)
|
)
|
||||||
RepoPatchR shr rp hash -> ( "Patch " <> hash
|
RepoPatchR shr rp hash -> ( "Patch " <> hash
|
||||||
, Just $ RepoR shr rp
|
, Just $ RepoHeadChangesR shr rp
|
||||||
)
|
)
|
||||||
RepoDevsR shr rp -> ( "Collaboratots"
|
RepoDevsR shr rp -> ( "Collaboratots"
|
||||||
, Just $ RepoR shr rp
|
, Just $ RepoR shr rp
|
||||||
|
|
Loading…
Reference in a new issue