diff --git a/app/views/account/show.rhtml b/app/views/account/show.rhtml
index 8cdf9870..fe5724b8 100644
--- a/app/views/account/show.rhtml
+++ b/app/views/account/show.rhtml
@@ -5,17 +5,20 @@
-
-<%= mail_to(h(@user.mail)) unless @user.pref.hide_mail %>
- - <%=l(:label_registered_on)%>: <%= format_date(@user.created_on) %>
-<% for custom_value in @custom_values %>
-<% if !custom_value.value.empty? %>
+ <% unless @user.pref.hide_mail %>
+ - <%=l(:field_mail)%>: <%= mail_to(h(@user.mail)) %>
+ <% end %>
+ <% for custom_value in @custom_values %>
+ <% if !custom_value.value.empty? %>
- <%= custom_value.custom_field.name%>: <%=h show_value(custom_value) %>
-<% end %>
-<% end %>
+ <% end %>
+ <% end %>
+ - <%=l(:label_registered_on)%>: <%= format_date(@user.created_on) %>
+ <% unless @user.last_login_on.nil? %>
+ - <%=l(:field_last_login_on)%>: <%= format_date(@user.last_login_on) %>
+ <% end %>
-
<% unless @memberships.empty? %>
<%=l(:label_project_plural)%>