diff --git a/Assistant/WebApp/RepoList.hs b/Assistant/WebApp/RepoList.hs index 1b63805eea..9b90a4d563 100644 --- a/Assistant/WebApp/RepoList.hs +++ b/Assistant/WebApp/RepoList.hs @@ -120,6 +120,7 @@ repoListDisplay reposelector = do $(widgetFile "repolist") where ident = "repolist" + unfinished uuid = uuid == NoUUID type RepoList = [(String, UUID, Actions)] diff --git a/templates/repolist.hamlet b/templates/repolist.hamlet index 4f7ac52da2..658033148b 100644 --- a/templates/repolist.hamlet +++ b/templates/repolist.hamlet @@ -12,7 +12,7 @@ $forall (name, uuid, actions) <- repolist - $if uuid == NoUUID + $if unfinished uuid