Merge remote-tracking branch 'origin/4.15-candidate' into 4.15-candidate

master
David Benqué 3 years ago
commit f0263d82c2

@ -15,7 +15,7 @@ define([
h('div.row', [ h('div.row', [
h('div.col-md-3'), h('div.col-md-3'),
h('div#userForm.form-group.hidden.col-md-6', [ h('div#userForm.form-group.hidden.col-md-6', [
h('div.cp-login-instance',Msg.login_instance), h('div.cp-login-instance', Msg._getKey('login_instance', [ Pages.Instance.name ])),
h('input.form-control#name', { h('input.form-control#name', {
name: 'name', name: 'name',
type: 'text', type: 'text',

@ -56,7 +56,8 @@ define([
h('div.cp-reg-form.col-md-6', [ h('div.cp-reg-form.col-md-6', [
h('div#userForm.form-group.hidden', [ h('div#userForm.form-group.hidden', [
h('div.cp-register-instance', [ h('div.cp-register-instance', [
Msg.register_instance, h('br'), Msg._getKey('register_instance', [ Pages.Instance.name ]),
h('br'),
h('a', { h('a', {
href: '/features.html' href: '/features.html'
}, Msg.register_whyRegister) }, Msg.register_whyRegister)

@ -30,7 +30,6 @@
.cp-home-hero { .cp-home-hero {
width: 100%; width: 100%;
margin-bottom: 50px;
align-self: center; align-self: center;
align-items: center; align-items: center;
} }

Loading…
Cancel
Save