]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/messages/new.html.erb
Convert remaining heading titles to use h1
[rails.git] / app / views / messages / new.html.erb
index 663456ec7671eab40e7beb83f46cf2f05256b3f4..7c91722ff1b37045457ea689f3875d90d128956f 100644 (file)
@@ -1,5 +1,5 @@
 <% content_for :heading do %>
-  <h2><%= t(".send_message_to_html", :name => link_to(@message.recipient.display_name, user_path(@message.recipient))) %></h2>
+  <h1><%= t(".send_message_to_html", :name => link_to(@message.recipient.display_name, user_path(@message.recipient))) %></h1>
 <% end %>
 
 <%= bootstrap_form_for @message do |f| %>