2019-07-22 10:52:35 -04:00
|
|
|
<div class="user-crawler">
|
2019-09-11 20:41:50 -04:00
|
|
|
<img src='<%= ::UrlHelper.local_cdn_url(get_absolute_image_url(@user.small_avatar_url)) %>' alt='<%= @user.username %>' title='<%= @user.username %>' />
|
2019-07-22 10:52:35 -04:00
|
|
|
<h2 class='username'><%= @user.username %></h2>
|
|
|
|
</div>
|
2013-03-08 15:04:37 -05:00
|
|
|
|
2014-11-27 13:51:13 -05:00
|
|
|
<% unless @restrict_fields %>
|
2014-06-13 14:54:27 -04:00
|
|
|
<p><%= raw @user.user_profile.bio_processed %></p>
|
2014-11-27 13:51:13 -05:00
|
|
|
<% end %>
|
2013-03-08 15:04:37 -05:00
|
|
|
|
|
|
|
<% content_for :head do %>
|
2014-11-27 13:51:13 -05:00
|
|
|
<% if @restrict_fields %>
|
2015-10-15 05:00:47 -04:00
|
|
|
<%= raw crawlable_meta_data(title: @user.username, image: @user.small_avatar_url) %>
|
2014-11-27 13:51:13 -05:00
|
|
|
<% else %>
|
2015-10-15 05:00:47 -04:00
|
|
|
<%= raw crawlable_meta_data(title: @user.username, description: @user.user_profile.bio_summary, image: @user.small_avatar_url) %>
|
2014-11-27 13:51:13 -05:00
|
|
|
<% end %>
|
2013-03-08 15:04:37 -05:00
|
|
|
<% end %>
|
2013-07-08 01:55:43 -04:00
|
|
|
|
2014-11-27 13:51:13 -05:00
|
|
|
<% content_for :title do %>
|
2017-06-12 13:50:30 -04:00
|
|
|
<%= t("js.user.profile")%> - <%= @user.username %> - <%= SiteSetting.title %>
|
2014-11-27 13:51:13 -05:00
|
|
|
<% end %>
|