BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
692e381e
Commit
692e381e
authored
Jul 26, 2015
by
Ben Bodenmiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
capitalize URL in "Home page URL"
parent
5fad0b58
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
_form.html.haml
app/views/admin/application_settings/_form.html.haml
+1
-1
settings.rb
features/steps/admin/settings.rb
+1
-1
No files found.
app/views/admin/application_settings/_form.html.haml
View file @
692e381e
...
...
@@ -90,7 +90,7 @@
=
f
.
text_area
:restricted_signup_domains_raw
,
placeholder:
'domain.com'
,
class:
'form-control'
.help-block
Only users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com
.form-group
=
f
.
label
:home_page_url
,
class:
'control-label col-sm-2'
=
f
.
label
:home_page_url
,
'Home page URL'
,
class:
'control-label col-sm-2'
.col-sm-10
=
f
.
text_field
:home_page_url
,
class:
'form-control'
,
placeholder:
'http://company.example.com'
,
:'aria-describedby'
=>
'home_help_block'
%span
.help-block
#home_help_block
We will redirect non-logged in users to this page
...
...
features/steps/admin/settings.rb
View file @
692e381e
...
...
@@ -6,7 +6,7 @@ class Spinach::Features::AdminSettings < Spinach::FeatureSteps
step
'I modify settings and save form'
do
uncheck
'Gravatar enabled'
fill_in
'Home page
url
'
,
with:
'https://about.gitlab.com/'
fill_in
'Home page
URL
'
,
with:
'https://about.gitlab.com/'
click_button
'Save'
end
...
...
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