Update uses of Gitolite.config.foo settings
This commit is contained in:
parent
b2e46f44ce
commit
19eb637419
33 changed files with 95 additions and 95 deletions
|
@ -1,4 +1,4 @@
|
|||
- if Gitlab.config.omniauth_enabled?
|
||||
- if Gitlab.config.omniauth.enabled
|
||||
%fieldset
|
||||
%legend Social Accounts
|
||||
.oauth_select_holder
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
%li
|
||||
%p You can change your avatar at #{link_to "gravatar.com", "http://gravatar.com"}
|
||||
|
||||
- if Gitlab.config.omniauth_enabled? && @user.provider?
|
||||
- if Gitlab.config.omniauth.enabled && @user.provider?
|
||||
%li
|
||||
%p
|
||||
You can login through #{@user.provider.titleize}!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue