Add a redirect template

Currently unused, but might be helpful later on
This commit is contained in:
R. Tyler Croy 2017-08-19 09:00:11 -07:00
parent d7af8851d4
commit dd2082f041
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
!!! XML
!!!
%html
%head
%meta{:'http-equiv' => 'content-type', :content => 'text/html; charset=utf-8'}/
%meta{:'http-equiv' => 'refresh', :content => "0;URL=#{redirect_url}"}/
%meta{:name => 'referrer', :content => 'no-referrer'}/
%body
%center
Logging you into
%a{:href => redirect_url}
Jenkins