custom title for user page

This commit is contained in:
Sam 2013-07-08 15:55:43 +10:00
parent 085e094497
commit 2f096083d0

View File

@ -7,3 +7,5 @@
<% 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 %>