Replace H1 with P
This commit is contained in:
parent
f4db735eab
commit
854514371b
1 changed files with 3 additions and 4 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue