signin page
This commit is contained in:
parent
487ae906a9
commit
5d879a0643
4 changed files with 38 additions and 19 deletions
16
app/views/layouts/devise.html.haml
Normal file
16
app/views/layouts/devise.html.haml
Normal file
|
@ -0,0 +1,16 @@
|
|||
!!!
|
||||
%html
|
||||
%head
|
||||
%title
|
||||
GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
|
||||
= stylesheet_link_tag "application"
|
||||
= javascript_include_tag "application"
|
||||
= csrf_meta_tags
|
||||
%link{:href => "/assets/favicon.png", :rel => "icon", :type => "image/png"}/
|
||||
= javascript_tag do
|
||||
REQ_URI = "#{request.env["REQUEST_URI"]}";
|
||||
REQ_REFFER = "#{request.env["HTTP_REFERER"]}";
|
||||
%body.login-page
|
||||
#container
|
||||
= render :partial => "layouts/flash"
|
||||
= yield
|
Loading…
Add table
Add a link
Reference in a new issue