1
0
Fork 0
mirror of https://code.naskya.net/repos/ndqEd synced 2025-01-10 10:46:45 +09:00

Forgot breadcrumb for RepoPatchR

This commit is contained in:
fr33domlover 2018-05-24 21:44:13 +00:00
parent 23eaafe23f
commit 400ddf6089

View file

@ -600,6 +600,9 @@ instance YesodBreadcrumbs App where
RepoChangesR shar repo ref -> ( ref
, Just $ RepoHeadChangesR shar repo
)
RepoPatchR shr rp hash -> ( "Patch " <> hash
, Just $ RepoR shr rp
)
RepoDevsR shr rp -> ( "Collaboratots"
, Just $ RepoR shr rp
)