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…
Reference in a new issue