1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-28 09:14:50 +09:00

UI: Change RepoPatchR breadcrumb parent from RepoR to RepoHeadChangesR

This commit is contained in:
fr33domlover 2019-10-31 10:10:17 +00:00
parent bdc48f4ca2
commit e9f17ff220

View file

@ -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