X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/89e976c6e57c9aa8afae00437aaf4399ea5fc58f..afe8ffffe945eb3201a9c6e3b10157c55d167488:/app/views/user/view.rhtml diff --git a/app/views/user/view.rhtml b/app/views/user/view.rhtml index 2328fb39a..3d1707266 100644 --- a/app/views/user/view.rhtml +++ b/app/views/user/view.rhtml @@ -1,6 +1,7 @@

<%= @this_user.display_name %>

<% if @user and @this_user.id == @user.id %> -<% if @user.has_messages? %> +

Messages

+<% if !@user.messages.empty? %>

You have <%=@user.get_new_messages.length %> new messages and <%=@user.get_all_messages.length - @user.get_new_messages.length %> old messages:

@@ -52,13 +53,16 @@
<%= link_to 'show all messages', :controller => 'user', :action => 'view', :display_name => @user.display_name, :unread => true %>
-
+

Your account

Go to <%= link_to 'your account page', :controller => 'user', :action => 'account', :display_name => @user.display_name %> to see who's mapping in your area. - +
+
+<%= link_to 'View your diary', :controller => 'user', :action=>'diary', :display_name => @user.display_name %> <% else %> <%= link_to 'send message', :controller => 'message', :action => 'new', :user_id => @this_user.id %>

<%= link_to 'Add as friend', :controller => 'user', :action => 'make_friend', :display_name => @this_user.display_name %>

+<%= link_to 'Diary', :controller => 'user', :action=>'diary', :display_name => @this_user.display_name %> <% end %>