use https here

This commit is contained in:
Sven Fuchs 2012-09-16 15:40:36 +02:00
parent 9729f230ee
commit 63adffa8a4
3 changed files with 3 additions and 3 deletions

View File

@ -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) ->

View File

@ -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