Change dashboard heading levels
This commit is contained in:
parent
b71425f4b2
commit
9dcc5639fd
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-md">
|
||||
<h3><%= t ".my friends" %></h3>
|
||||
<h2><%= t ".my friends" %></h2>
|
||||
|
||||
<% if friends.empty? %>
|
||||
<%= t ".no friends" %>
|
||||
|
@ -45,7 +45,7 @@
|
|||
|
||||
<hr>
|
||||
|
||||
<h3><%= t ".nearby users" %></h3>
|
||||
<h2><%= t ".nearby users" %></h2>
|
||||
|
||||
<% if nearby.empty? %>
|
||||
<%= t ".no nearby users" %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue