X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7d52305640d647d97c7904e447ad48e6d0e2f694..b62561cdb5162b76864408bd9be1d59720157859:/app/views/message/new.rhtml diff --git a/app/views/message/new.rhtml b/app/views/message/new.rhtml index 4075d543e..b2d31b842 100644 --- a/app/views/message/new.rhtml +++ b/app/views/message/new.rhtml @@ -9,12 +9,12 @@ <%= error_messages_for 'message' %> -<%= start_form_tag :controller => 'message', :action => 'new' %> +<% form_tag :controller => 'message', :action => 'new' do %> subject: <%= text_field 'message', 'title' %>
body: <%= text_area 'message', 'body' %>
<%= submit_tag 'Send' %> -<% end_form_tag %> +<% end %>
-<%= link_to 'Back to my account', :controller => 'user', :action => 'account' %> +<%= link_to 'Back to inbox', :controller => 'message', :action => 'inbox', :display_name => @user.display_name %>