mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 01:08:50 +01:00
Merge pull request #2006 from rbndickson/fix-search-results-heading
Fix spacing in search results heading
This commit is contained in:
commit
3eaa54a190
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