Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
birger
users
Commits
8850b9f0
Commit
8850b9f0
authored
Aug 05, 2018
by
o@immerda.ch
Browse files
fix signup dispaly issue
parent
cd8ee4d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/views/signup/create.html.erb
View file @
8850b9f0
...
...
@@ -6,10 +6,10 @@
<%=
label_tag
(
:email
,
(
t
:email
))
%>
</td><td>
<%=
text_field_tag
(
:email
,
''
,
value:
@email
||
'ig'
,
autofill:
'off'
)
%>
@
<%=
select_tag
:domain
,
options_for_select
(
@domains
.
map
{
|
d
|
[
d
,
d
]})
%>
</td><td>
@
</td><td>
<%=
select_tag
:domain
,
options_for_select
(
@domains
.
map
{
|
d
|
[
d
,
d
]})
%>
</td></tr>
<tr><td>
<%=
label_tag
(
:new
,
(
t
:new_pw
))
%>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment