use https here
This commit is contained in:
parent
9729f230ee
commit
63adffa8a4
|
@ -16,7 +16,7 @@ require 'travis/model'
|
||||||
@._super()
|
@._super()
|
||||||
|
|
||||||
urlGithub: (->
|
urlGithub: (->
|
||||||
"http://github.com/#{@get('login')}"
|
"https://github.com/#{@get('login')}"
|
||||||
).property()
|
).property()
|
||||||
|
|
||||||
updateLocale: (locale) ->
|
updateLocale: (locale) ->
|
||||||
|
|
|
@ -8,7 +8,7 @@ require 'travis/auth'
|
||||||
userBinding: 'controller.user'
|
userBinding: 'controller.user'
|
||||||
|
|
||||||
gravatarUrl: (->
|
gravatarUrl: (->
|
||||||
"http://www.gravatar.com/avatar/#{@get('user.gravatar')}?s=24&d=mm"
|
"https://www.gravatar.com/avatar/#{@get('user.gravatar')}?s=24&d=mm"
|
||||||
).property('user.gravatar')
|
).property('user.gravatar')
|
||||||
|
|
||||||
# hrm. how to parametrize bindAttr?
|
# hrm. how to parametrize bindAttr?
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user