mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-30 22:08:49 +01:00
Fix spacing in search results heading
Based on the style used in the projects index page. Fixes #2003.
This commit is contained in:
parent
7472488001
commit
f5ae06899f
1 changed files with 6 additions and 2 deletions
|
|
@ -5,7 +5,11 @@ collection_title ||= 'unknown object'
|
|||
unless collection.empty?
|
||||
-%>
|
||||
<div id="<%=collection_name%>-container" class="container">
|
||||
<h2><span id="<%=collection_name%>" class="badge"><%= collection.size %></span><%= collection_title %></h2>
|
||||
<h2>
|
||||
<span id="<%=collection_name%>" class="badge"><%= collection.size %></span>
|
||||
|
||||
<%= collection_title %>
|
||||
</h2>
|
||||
<%= yield %>
|
||||
</div>
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue