X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3698ff353e2d40255ab9199473e6b755f513a202..24ee5618ce06105fc8dd7baf641af08d96365c41:/app/views/user/view.rhtml diff --git a/app/views/user/view.rhtml b/app/views/user/view.rhtml index 78016e639..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,18 +53,19 @@
<%= 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 %>

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

-

<%= params[:display_name] %> says:

<%= simple_format(@this_user.description) %>