diff --git a/publisher/command.go b/publisher/command.go index 314e79c..ec88760 100644 --- a/publisher/command.go +++ b/publisher/command.go @@ -96,6 +96,7 @@ func publisherCommandAction(cliCtx *cli.Context) error { p := &publisher{ q: q, httpClient: httpClient, + logger: logger, } houndCB := tavernCallback{ location: cliCtx.String("publisher-callback"), diff --git a/templates/index.html b/templates/index.html index 4cc7964..b6f949c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,15 +13,15 @@
- +
- +
-{{end}} \ No newline at end of file +{{end}} diff --git a/templates/network.html b/templates/network.html index ce416c3..3c77c82 100644 --- a/templates/network.html +++ b/templates/network.html @@ -31,7 +31,7 @@ {{ range .following }} - + {{ . }} @@ -44,7 +44,7 @@ {{ end }} {{ range .pending_following }} - + Pending {{ . }} @@ -54,7 +54,7 @@ {{ end }} {{ range .groups }} - + Group {{ . }} @@ -68,7 +68,7 @@ {{ end }} {{ range .pending_groups }} - + Group Pending