1
0
Fork 0

Replace H1 with P

This commit is contained in:
Alex Kotov 2019-03-25 04:47:24 +05:00
parent f4db735eab
commit 854514371b
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -1,9 +1,8 @@
<div class="container"> <div class="container">
<h1> <h1><%= @country_state.native_name %></h1>
<%= @country_state.native_name %> <p class="h1">
<br/>
<small class="text-muted"> <small class="text-muted">
<%= @country_state.english_name %> <%= @country_state.english_name %>
</small> </small>
</h1> </p>
</div> </div>