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