mirror of
https://code.sup39.dev/repos/Wqawg
synced 2025-01-28 02:07:52 +09:00
Forgot breadcrumb for RepoPatchR
This commit is contained in:
parent
23eaafe23f
commit
400ddf6089
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue