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">
|
<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>
|
||||||
|
|
Reference in a new issue