mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 17:15:32 +08:00
12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
<h2><%= @user.username %></h2>
|
|
|
|
<p><%= raw @user.bio_processed %></p>
|
|
|
|
<p><%= t 'powered_by_html' %></p>
|
|
|
|
<% content_for :head do %>
|
|
<%= crawlable_meta_data(title: @user.username, description: @user.bio_summary, image: @user.small_avatar_url) %>
|
|
<% end %>
|
|
|
|
<% content_for :title do %><%=t("js.user.profile")%> - <%= @user.username %><% end %>
|