From 400ddf60896f3fb572d3890eac254d51e24c54fb Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Thu, 24 May 2018 21:44:13 +0000 Subject: [PATCH] Forgot breadcrumb for RepoPatchR --- src/Vervis/Foundation.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Vervis/Foundation.hs b/src/Vervis/Foundation.hs index 9dd9de3..9fabd53 100644 --- a/src/Vervis/Foundation.hs +++ b/src/Vervis/Foundation.hs @@ -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 )