X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a894e75a1d898804ea6bc41c73384135ed83e87e..90f6dac51ebaee0ac720540c25b79d5b865896e6:/app/views/message/new.rhtml diff --git a/app/views/message/new.rhtml b/app/views/message/new.rhtml index 44ef84dfc..a356692c8 100644 --- a/app/views/message/new.rhtml +++ b/app/views/message/new.rhtml @@ -1,31 +1,24 @@ -<% display_name = (User.find_by_id(params[:user_id])).display_name %> - -
Writing a new message to <%= params[:display_name] %>
-TODO: drop down box of your friends
-<%end%> +Subject | -<%= f.text_field :title, :size => 60 %> | +<%= t'message.new.subject' %> | +<%= f.text_field :title, :size => 60, :value => @title %> |
---|---|---|---|
Body | -<%= f.text_area :body, :cols => 80 %> | +<%= t'message.new.body' %> | +<%= f.text_area :body, :cols => 80, :value => @body %> |
- | <%= f.submit_tag 'Send' %> | +<%= submit_tag t('message.new.send_button') %> |