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:
parent
584431d00a
commit
8d4acac081
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue