X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/78cc8ad62bac265a7f024848325e0eb216eda40a..c3b8897c44531788f06a51e24470e97a3abfb7b8:/app/views/message/new.html.erb diff --git a/app/views/message/new.html.erb b/app/views/message/new.html.erb index ea9c510f9..3dc16acc0 100644 --- a/app/views/message/new.html.erb +++ b/app/views/message/new.html.erb @@ -5,21 +5,18 @@ <%= error_messages_for 'message' %> <%= form_for :message, :html => { :class => 'standard-form' }, :url => { :action => "new", :display_name => @this_user.display_name } do |f| %> -
- - <%= f.text_field :title, :size => 60, :value => @subject %> -
- -
- - <%= richtext_area :message, :body, :cols => 80, :value => @body %> -
- -
- <%= submit_tag t('message.new.send_button') %> +
+
+ + <%= f.text_field :title, :size => 60, :value => @subject %> +
+
+ + <%= richtext_area :message, :body, :cols => 80, :value => @body %> +
+
+ <%= submit_tag t('message.new.send_button') %> + <%= link_to t('message.new.back_to_inbox'), { :controller => 'message', :action => 'inbox', :display_name => @user.display_name }, :class => 'deemphasize button' %> +
<% end %> - -
- -<%= link_to t('message.new.back_to_inbox'), :controller => 'message', :action => 'inbox', :display_name => @user.display_name %>