We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4561412 commit 0429eeeCopy full SHA for 0429eee
app/views/layouts/manage/application.html.haml
@@ -92,3 +92,11 @@
92
%main.col-md-10.ml-sm-auto.px-4{role: "main"}
93
= render "layouts/manage/flashes"
94
= 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