From 854514371b7e439fe2a2479b7e92d478beed72c4 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Mon, 25 Mar 2019 04:47:24 +0500 Subject: [PATCH] Replace H1 with P --- app/views/country_states/show.html.erb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/views/country_states/show.html.erb b/app/views/country_states/show.html.erb index a19d2ef..369c73b 100644 --- a/app/views/country_states/show.html.erb +++ b/app/views/country_states/show.html.erb @@ -1,9 +1,8 @@
-

- <%= @country_state.native_name %> -
+

<%= @country_state.native_name %>

+

<%= @country_state.english_name %> - +