X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bac5d79c7282c3498c1eee2d00d32e1ab93d0c2e..44bf1d91a1ccca686f1d45ddb817d85fe3bdba9e:/app/views/user/view.rhtml diff --git a/app/views/user/view.rhtml b/app/views/user/view.rhtml index 2328fb39a..65999abaa 100644 --- a/app/views/user/view.rhtml +++ b/app/views/user/view.rhtml @@ -1,5 +1,6 @@

<%= @this_user.display_name %>

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

Messages

<% if @user.has_messages? %>

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 %>