summaryrefslogtreecommitdiff
path: root/app/views/users/show.html.erb
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-06-16 00:05:09 +0200
committerjomo <github@jomo.tv>2014-06-16 00:05:09 +0200
commit03efb744d14956645c0a82c13a43d61388e100c7 (patch)
treedf43709c60695f7c28d08dcd51f1be7c1d78014e /app/views/users/show.html.erb
parent19eb868a50735d3c717b45eebeee1f67ea7b827e (diff)
page titles
Diffstat (limited to 'app/views/users/show.html.erb')
-rw-r--r--app/views/users/show.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index 911b1c6..c36f027 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -1,3 +1,5 @@
+<% title @user.name %>
+
<div id="user-info">
<% if @user.is?(current_user) || (mod? && current_user.role >= @user.role) %>
<div class="profile-action" ><%= link_to "edit profile", edit_user_path(@user), :class => "btn blue" %></div>