This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/views/users/show.html.erb
2013-03-08 15:59:12 -05:00

10 lines
255 B
Plaintext

<h2><%= @user.username %></h2>
<p><%= raw @user.bio_cooked %></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 %>