From 2f096083d08545c5af03db9e1b4215ea91ef5696 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 8 Jul 2013 15:55:43 +1000 Subject: [PATCH] custom title for user page --- app/views/users/show.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 58d0ea4c506..38299f1d004 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -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 %>