summaryrefslogtreecommitdiff
path: root/app/views/layouts/devise.html.haml
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2016-10-10 16:35:27 +0200
committerBryce Johnson <bryce@gitlab.com>2016-10-15 08:28:54 +0200
commit85db5ba847ffc8f4b71ad9fe0ba22ab42f90b3e4 (patch)
treed60c02bf81649e320ade0aa281ef95f1a985a202 /app/views/layouts/devise.html.haml
parent23fd1f1630f4977ecc452ede086eaebfd836b978 (diff)
downloadgitlab-ce-85db5ba847ffc8f4b71ad9fe0ba22ab42f90b3e4.tar.gz
Clean up layouts/devise.html.
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 825e540cb0c..6922f1e153f 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -1,7 +1,7 @@
!!! 5
%html{ lang: "en", class: "devise-layout-html"}
= render "layouts/head"
- %body{ class: "ui_charcoal login-page application navless", data: {page: body_data_page}}
+ %body.ui_charcoal.login-page.application.navless{ data: { page: body_data_page }}
.page-wrap
= Gon::Base.render_data
= render "layouts/header/empty"
@@ -22,7 +22,7 @@
%h3 Open source software to collaborate on code
%p
- Manage git repositories with fine grained access controls that keep your code secure.
+ Manage Git repositories with fine-grained access controls that keep your code secure.
Perform code reviews and enhance collaboration with merge requests.
Each project can also have an issue tracker and a wiki.