10 lines
336 B
Plaintext
10 lines
336 B
Plaintext
<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 %>
|