openstreetmap-website/app/views/message
Æ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
..
_message_summary.html.erb Rename views to rails 2 style names. 2009-06-09 20:50:14 +00:00
_sent_message_summary.html.erb Rename views to rails 2 style names. 2009-06-09 20:50:14 +00:00
inbox.html.erb Rename views to rails 2 style names. 2009-06-09 20:50:14 +00:00
new.html.erb Fixed a bug in how fields in /message/new were being pre-filled out. 2009-07-12 16:01:49 +00:00
no_such_user.html.erb Rename views to rails 2 style names. 2009-06-09 20:50:14 +00:00
outbox.html.erb Rename views to rails 2 style names. 2009-06-09 20:50:14 +00:00
read.html.erb Rename views to rails 2 style names. 2009-06-09 20:50:14 +00:00