Merge pull request #9 from Randuin/issue-8

Fixed the user name in user#show
This commit is contained in:
r888888888
2011-09-11 11:18:58 -07:00
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>