Skip to content

Commit

Permalink
Footer should mention the mailing list
Browse files Browse the repository at this point in the history
Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
  • Loading branch information
siteshwar committed Apr 8, 2024
1 parent 9210b82 commit 379dea4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions containers/configs/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Issues can be reported to the <a href="https://lists.fedoraproject.org/archives/list/openscanhub@lists.fedoraproject.org/">mailing list</a>.
3 changes: 3 additions & 0 deletions containers/hub.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ RUN rm -f /etc/httpd/conf.d/mod_security.conf
EXPOSE 8080
EXPOSE 8443

# Override default footer to mention the mailing list.
COPY configs/footer.html /etc/osh/hub/templates/footer.html

# Custom `redhat.css` changes color of the header to blue.
# This should be removed when https://issues.redhat.com/browse/OSH-198 is resolved.
COPY configs/redhat.css /usr/lib/python3.9/site-packages/osh/hub/static-assets/css/redhat.css
Expand Down

0 comments on commit 379dea4

Please sign in to comment.