Fixed the user name in user#show

This commit is contained in:
Robin Liao
2011-09-09 02:00:47 -07:00
parent d2719f3881
commit dfa78f1b68
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<div id="c-users">
<div id="a-show">
<h1>Show User: <%= CurrentUser.pretty_name %></h1>
<h1>Show User: <%= @presenter.name %></h1>
<dl>
<dt>Join Date</dt>