mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
9 lines
336 B
Text
9 lines
336 B
Text
<h2><%= @user.username %></h2>
|
|
|
|
<p><%= raw @user.user_profile.bio_processed %></p>
|
|
|
|
<% content_for :head do %>
|
|
<%= crawlable_meta_data(title: @user.username, description: @user.user_profile.bio_summary, image: @user.small_avatar_url) %>
|
|
<% end %>
|
|
|
|
<% content_for :title do %><%=t("js.user.profile")%> - <%= @user.username %><% end %>
|