Skip to content

Commit 0429eee

Browse files
committed
feat: Add link to docs, changelog, bug report on all manage pages
1 parent 4561412 commit 0429eee

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/views/layouts/manage/application.html.haml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,11 @@
9292
%main.col-md-10.ml-sm-auto.px-4{role: "main"}
9393
= render "layouts/manage/flashes"
9494
= yield
95+
%div.mb-4.text-center
96+
%small.text-muted
97+
Powered by
98+
= link_to 'hackathon-manager', 'https://codeRIT.org/hackathon-manager/'
99+
 · 
100+
= link_to 'Changelog', 'https://github.com/codeRIT/hackathon-manager/releases'
101+
 · 
102+
= link_to 'Report bug', 'https://github.com/codeRIT/hackathon-manager/issues/new'

0 commit comments

Comments
 (0)