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
1 changed files with 3 additions and 4 deletions

View File

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