Commit 85db5ba8 authored by Bryce Johnson's avatar Bryce Johnson

Clean up layouts/devise.html.

parent 23fd1f16
!!! 5 !!! 5
%html{ lang: "en", class: "devise-layout-html"} %html{ lang: "en", class: "devise-layout-html"}
= render "layouts/head" = 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 .page-wrap
= Gon::Base.render_data = Gon::Base.render_data
= render "layouts/header/empty" = render "layouts/header/empty"
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
%h3 Open source software to collaborate on code %h3 Open source software to collaborate on code
%p %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. Perform code reviews and enhance collaboration with merge requests.
Each project can also have an issue tracker and a wiki. Each project can also have an issue tracker and a wiki.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment