]> git.openstreetmap.org Git - rails.git/commit
Rework the user details screen to be less crap... Highlights include:
authorTom Hughes <tom@compton.nu>
Sat, 27 Feb 2010 18:11:04 +0000 (18:11 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 27 Feb 2010 18:11:04 +0000 (18:11 +0000)
commitacd72861ed8ad46d759a6e509f3e7c459db1a4f5
treeb23a10c647da861c83221bdd0016b18505e62624
parent150ae0610421d6ae50f8eff23ed9b03f1e4f3830
Rework the user details screen to be less crap... Highlights include:

  - Map is smaller and placed to the side with lists of friends
    and nearby users (now excluding friends) beside it.

  - Map includes friends as well as nearby users.

  - Friend and nearby user lists include photos and links to
    friend/unfriend as appropriate.

  - OAuth settings link moved up with all the other links in the
    main navigation bar.

The addition of friends to the map also carries through to the user
settings page.
app/controllers/user_controller.rb
app/views/user/_contact.html.erb [new file with mode: 0644]
app/views/user/_map.html.erb [moved from app/views/user/_friend_map.html.erb with 58% similarity]
app/views/user/account.html.erb
app/views/user/view.html.erb
config/locales/en.yml
public/images/anon_large.png [new file with mode: 0644]
public/images/anon_small.png [new file with mode: 0644]
public/stylesheets/common.css