X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/aa52ebe6749ba1ea43030f173bfe2101d0f77dc3..7acbc0c7c6ccee2e2f5700bf6d8748fe471d1779:/app/views/message/new.rhtml diff --git a/app/views/message/new.rhtml b/app/views/message/new.rhtml index 6e268e905..27c501322 100644 --- a/app/views/message/new.rhtml +++ b/app/views/message/new.rhtml @@ -3,18 +3,29 @@
Writing a new message to <%= params[:display_name] %>
+Writing a new message to <%= h(params[:display_name]) %>
TODO: drop down box of your friends
<%end%> <%= error_messages_for 'message' %> -<% form_tag :controller => 'message', :action => 'new' do %> -subject: <%= text_field 'message', 'title' %>Subject | +<%= f.text_field :title, :size => 60 %> | +
---|---|
Body | +<%= f.text_area :body, :cols => 80 %> | +
+ | <%= submit_tag 'Send' %> | +