removed fixme tags from views and put into trac
This commit is contained in:
parent
c8972a0859
commit
3698ff353e
4 changed files with 7 additions and 8 deletions
|
@ -1,3 +1,3 @@
|
|||
<h3>most recent posts:</h3>
|
||||
FIXME: geoRSS needed.<br><br>
|
||||
<br />
|
||||
<%= render :partial => 'diary_entry/diary_entry', :collection => @entries %>
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
<% end %>
|
||||
|
||||
<h3>recent posts:</h3>
|
||||
FIXME: geoRSS needed<br><br>
|
||||
<br><br>
|
||||
<%= render :partial => 'diary_entry/diary_entry', :collection => @this_user.diary_entries %>
|
||||
|
|
|
@ -13,7 +13,6 @@ By creating an account, you agree that all work uploaded to openstreetmap.org an
|
|||
<tr><td>retype password:</td><td><%= password_field('user', 'pass_crypt_confirmation',{:size => 50, :maxlength => 255}) %></td></tr>
|
||||
</table>
|
||||
<br>
|
||||
FIXME OL map so people can submit where they live
|
||||
<br>
|
||||
<input type="submit" value="Signup">
|
||||
|
||||
|
|
|
@ -50,18 +50,18 @@
|
|||
<%end%>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
<%= 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 %>
|
||||
<br />
|
||||
<br />
|
||||
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 %><br /><br />
|
||||
|
||||
<% else %>
|
||||
<%= link_to 'send message', :controller => 'message', :action => 'new', :display_name => @this_user.display_name %><br /><br />
|
||||
<%= link_to 'send message', :controller => 'message', :action => 'new', :user_id => @this_user.id %><br /><br />
|
||||
<%= link_to 'Add as friend', :controller => 'user', :action => 'make_friend', :display_name => @this_user.display_name %><br /><br />
|
||||
<% end %>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
<%= link_to 'diary', :controller => 'user', :action => 'diary', :display_name => @this_user.display_name %><br /><br />
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue