Skip to content

Commit

Permalink
Add link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Feb 14, 2024
1 parent 38866cf commit f2a00b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions webui/footer.ego
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ func ego_footer(w io.Writer, req *http.Request) {
<li class="nav-item me-md-4">
<p class="navbar-text mb-0"><a style="color: #666" href="<%= relative(req, "/debug") %>">debug</a></p>
</li>
<li class="nav-item me-md-4">
<p class="navbar-text mb-0"><a style="color: #666" href="https://github.com/contribsys/faktory/wiki/">docs</a></p>
</li>
</ul>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions webui/footer.ego.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ func ego_footer(w io.Writer, req *http.Request) {
//line footer.ego:29
_, _ = io.WriteString(w, html.EscapeString(fmt.Sprint(relative(req, "/debug"))))
//line footer.ego:29
_, _ = io.WriteString(w, "\">debug</a></p>\n </li>\n </ul>\n </div>\n </div>\n </div>\n</footer>\n")
//line footer.ego:36
_, _ = io.WriteString(w, "\">debug</a></p>\n </li>\n <li class=\"nav-item me-md-4\">\n <p class=\"navbar-text mb-0\"><a style=\"color: #666\" href=\"https://github.com/contribsys/faktory/wiki/\">docs</a></p>\n </li>\n </ul>\n </div>\n </div>\n </div>\n</footer>\n")
//line footer.ego:39
}

var _ fmt.Stringer
Expand Down

0 comments on commit f2a00b4

Please sign in to comment.