openstreetmap-website/app/views
Ævar Arnfjörð Bjarmason 2153fb6efd Fixed a bug in how fields in /message/new were being pre-filled out.
When someone went to /message/new/:user the "Subject" are would be
pre-filled out with t('message.new.title'). The problem was that the
@title template variable was being used for two purposes, to set the
HTML <title> AND to pre-fill out the subject.

We don't always want these two to be the same, but sometimes we
do. E.g. when someone replies to a diary entry and visits
/message/new/:user?title=Foo we want Foo in the <title> and in the
pre-filled out Subject, and the same goes for replying to a message.

So I've split up the @title variable into @title and @subject.
2009-07-12 16:01:49 +00:00
..
api Rename views to rails 2 style names. 2009-06-09 20:50:14 +00:00
browse Another commit in the spirit of [16199]: Don't enforce word order for translations. 2009-06-28 19:47:57 +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 Make the search box load each set of results separately so that one 2009-07-02 16:12:38 +00:00
layouts added missing =, fixes #1930 2009-07-03 05:49:14 +00:00
message Fixed a bug in how fields in /message/new were being pre-filled out. 2009-07-12 16:01:49 +00:00
notifier Rename views to rails 2 style names. 2009-06-09 20:50:14 +00:00
site Make the search box load each set of results separately so that one 2009-07-02 16:12:38 +00:00
trace added brief help for tag entry, continuing on #2032 2009-07-09 06:11:24 +00:00
user When two users are <1 km apart display the distance between them in 2009-07-04 21:35:09 +00:00
way_tag Rename views to rails 2 style names. 2009-06-09 20:50:14 +00:00