X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a501ad8762a3d991d76f00d96180a7cfa3315268..c70a418dc25335278460610426fcd213ca4fee1d:/app/views/message/new.html.erb diff --git a/app/views/message/new.html.erb b/app/views/message/new.html.erb index 6b8ad1826..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 %>