Removed string "Benutzername: in home/profile.html.erb

* I think it doubles it self to have the same string again on the next
 line. Hope you find it more beautiful too :-)
This commit is contained in:
sandoz 2009-03-22 13:01:56 +01:00
parent 584431d00a
commit 8d4acac081

View file

@ -7,7 +7,7 @@
<div class="left_column" style="width: 60%;">
<div class="box_title">
<h2>
Benutzername: <%= h @user.nick %>
<%= h @user.nick %>
<small>(Mitglied seit: <%= distance_of_time_in_words(Time.now, @user.created_on) -%>)</small>
</h2>
</div>