@ -116,6 +116,8 @@ func runWeb(*cli.Context) {
m.Get("/:username/:reponame", ignSignIn, middleware.RepoAssignment(true), repo.Single)
m.Any("/:username/:reponame/**", ignSignIn, repo.Http)
if martini.Env == martini.Dev {
m.Get("/template/**", dev.TemplatePreview)
}
The note is not visible to the blocked user.