lib/nexmo_developer/app/views/static/_profile.html.erb in station-0.1.5 vs lib/nexmo_developer/app/views/static/_profile.html.erb in station-0.1.6
- old
+ new
@@ -1,6 +1,6 @@
<div class="Nxd-profile Vlt-col Vlt-col--M-1of3">
- <%= gravatar_image_tag email, gravatar: { size: 140 }, class: 'Nxd-profile__avatar avatar' %>
+ <%= gravatar_image_tag email, gravatar: { size: 140, secure: true }, class: 'Nxd-profile__avatar avatar' %>
<h3><%= name %></h3>
<p class="Vlt-grey-darker p-large"><%= local_assigns[:role] ? role : 'Developer Advocate' %>
<% if local_assigns[:twitter] %>
<small><a target="_blank" href="https://twitter.com/<%= twitter %>">@<%= twitter %></a></small>
<% end %>