mirror of
https://code.naskya.net/repos/ndqEd
synced 2025-02-05 07:17:49 +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…
Add table
Reference in a new issue