Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e063b766
Commit
e063b766
authored
Mar 23, 2021
by
Kevin Comoli
Committed by
Andrew Fontaine
Mar 23, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Trial flow: Change telephone input field type
parent
b005bd81
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ee/app/views/trials/new.html.haml
ee/app/views/trials/new.html.haml
+1
-1
ee/changelogs/unreleased/kcomoli-change-trial-phone-input-type.yml
...logs/unreleased/kcomoli-change-trial-phone-input-type.yml
+5
-0
No files found.
ee/app/views/trials/new.html.haml
View file @
e063b766
...
...
@@ -33,7 +33,7 @@
=
select_tag
:company_size
,
company_size_options_for_select
(
params
[
:company_size
]),
include_blank:
true
,
class:
'select2'
,
required:
true
.form-group
=
label_tag
:phone_number
,
_
(
'Telephone number'
),
for: :phone_number
,
class:
'col-form-label'
=
te
xt
_field_tag
:phone_number
,
params
[
:phone_number
],
class:
'form-control gl-form-input'
,
required:
true
=
te
lephone
_field_tag
:phone_number
,
params
[
:phone_number
],
class:
'form-control gl-form-input'
,
required:
true
.form-group
=
label_tag
:number_of_users
,
_
(
'How many users will be evaluating the trial?'
),
for: :number_of_users
,
class:
'col-form-label'
=
number_field_tag
:number_of_users
,
params
[
:number_of_users
],
class:
'form-control gl-form-input'
,
required:
true
,
min:
1
...
...
ee/changelogs/unreleased/kcomoli-change-trial-phone-input-type.yml
0 → 100644
View file @
e063b766
---
title
:
Change input type for telephone number field in the Trial flow
merge_request
:
56876
author
:
type
:
other
Write
Preview
Markdown
is supported
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