From 3698ff353e2d40255ab9199473e6b755f513a202 Mon Sep 17 00:00:00 2001 From: Nick Black Date: Sat, 5 May 2007 16:28:29 +0000 Subject: [PATCH] removed fixme tags from views and put into trac --- app/views/diary_entry/list.rhtml | 2 +- app/views/user/diary.rhtml | 2 +- app/views/user/new.rhtml | 1 - app/views/user/view.rhtml | 10 +++++----- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/app/views/diary_entry/list.rhtml b/app/views/diary_entry/list.rhtml index d17d58c2c..8597380c5 100644 --- a/app/views/diary_entry/list.rhtml +++ b/app/views/diary_entry/list.rhtml @@ -1,3 +1,3 @@

most recent posts:

-FIXME: geoRSS needed.

+
<%= render :partial => 'diary_entry/diary_entry', :collection => @entries %> diff --git a/app/views/user/diary.rhtml b/app/views/user/diary.rhtml index a5a91ee0f..106cfd73f 100644 --- a/app/views/user/diary.rhtml +++ b/app/views/user/diary.rhtml @@ -4,5 +4,5 @@ <% end %>

recent posts:

-FIXME: geoRSS needed

+

<%= render :partial => 'diary_entry/diary_entry', :collection => @this_user.diary_entries %> diff --git a/app/views/user/new.rhtml b/app/views/user/new.rhtml index e1222c64e..a3e77cba8 100644 --- a/app/views/user/new.rhtml +++ b/app/views/user/new.rhtml @@ -13,7 +13,6 @@ By creating an account, you agree that all work uploaded to openstreetmap.org an retype password:<%= password_field('user', 'pass_crypt_confirmation',{:size => 50, :maxlength => 255}) %>
-FIXME OL map so people can submit where they live
diff --git a/app/views/user/view.rhtml b/app/views/user/view.rhtml index 6f6bdb450..78016e639 100644 --- a/app/views/user/view.rhtml +++ b/app/views/user/view.rhtml @@ -50,18 +50,18 @@ <%end%>
-
-<%= link_to 'show unread messages', :controller => 'user', :action => 'view', :display_name => @user.display_name, :unread => true %> +<%= link_to 'show all messages', :controller => 'user', :action => 'view', :display_name => @user.display_name, :unread => true %>

+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 'go to your account page', :controller => 'user', :action => 'account', :display_name => @user.display_name %>

<% else %> -<%= link_to 'send message', :controller => 'message', :action => 'new', :display_name => @this_user.display_name %>

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

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

-- 2.43.2