Make links https-compatible

Closes bug 1337335

Change-Id: Iaefd7ad293fcbe1a7c6d5674dd62fa5e2f26b915
This commit is contained in:
Ilya Shakhat
2014-07-14 16:50:11 +04:00
parent e749ad9e97
commit 38ead11ef8
8 changed files with 24 additions and 24 deletions

View File

@@ -65,7 +65,7 @@ show_record_type=True, show_user_gravatar=True, gravatar_size=32, show_all=True)
{% if show_user_gravatar %}
<img src="${gravatar}">
{% else %}
<img src="http://www.gravatar.com/avatar/a${parseInt(record_type,36)}?s={{ gravatar_size }}&d=identicon" style="width: {{ gravatar_size }}px; height: {{ gravatar_size }}px;">
<img src="//www.gravatar.com/avatar/a${parseInt(record_type,36)}?s={{ gravatar_size }}&d=identicon" style="width: {{ gravatar_size }}px; height: {{ gravatar_size }}px;">
{% endif %}
</div>
@@ -170,4 +170,4 @@ show_record_type=True, show_user_gravatar=True, gravatar_size=32, show_all=True)
</div>
</div>
{%- endmacro %}
{%- endmacro %}