openstreetmap-website/app/views
Ævar Arnfjörð Bjarmason 9e504a0b33 'trace.tags.none' was never displayed because the empty list ([]) is true in ruby. Use trace.tags.empty?
Wrap 'trace.tags.none' in <i> to make it obvious that "none" is a system-generated value
2009-06-23 00:02:35 +00:00
..
api Rename views to rails 2 style names. 2009-06-09 20:50:14 +00:00
browse Fixed dereference of nil node when browsing deleted way. 2009-06-22 15:27:20 +00:00
changeset Fixed typo in 'big changeset' display. 2009-06-15 14:16:19 +00:00
diary_entry Fix bug introduced in r16011 with link to new message from diary entry. 2009-06-20 22:28:11 +00:00
export Rename views to rails 2 style names. 2009-06-09 20:50:14 +00:00
geocoder Rename views to rails 2 style names. 2009-06-09 20:50:14 +00:00
layouts removed double dot (double appeared with en, de, it, sl and probably other translations) 2009-06-11 20:27:31 +00:00
message Commit avar's patch (+ fix for user not found) to change message sending URL to be by user name rather than id. 2009-06-19 22:33:16 +00:00
notifier Rename views to rails 2 style names. 2009-06-09 20:50:14 +00:00
oauth Adding initial version of the OAuth token authentication method. This adds basic OAuth support for registering apps, getting and revoking keys, etc... The tokens come with 6 separate permissions bits; read/write user preferences, write diaries, write API and read/write GPS traces. Needs more tests. 2009-06-22 16:54:37 +00:00
oauth_clients * Put checkboxes before form labels in an attempt to make them align with the text. 2009-06-22 20:33:14 +00:00
site Rename views to rails 2 style names. 2009-06-09 20:50:14 +00:00
trace 'trace.tags.none' was never displayed because the empty list ([]) is true in ruby. Use trace.tags.empty? 2009-06-23 00:02:35 +00:00
user Adding initial version of the OAuth token authentication method. This adds basic OAuth support for registering apps, getting and revoking keys, etc... The tokens come with 6 separate permissions bits; read/write user preferences, write diaries, write API and read/write GPS traces. Needs more tests. 2009-06-22 16:54:37 +00:00
way_tag Rename views to rails 2 style names. 2009-06-09 20:50:14 +00:00