Skip to content

Commit

Permalink
Increase spacing and info in repeater directory.
Browse files Browse the repository at this point in the history
Hopefully it fixes mobile SEO issues.
  • Loading branch information
pupeno committed Nov 23, 2023
1 parent f58cdec commit 28554f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/directory/by_country.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You should have received a copy of the GNU Affero General Public License along w

<ul>
<% @repeaters.each do |repeater| %>
<li><%= link_to "#{repeater.name} - #{repeater.call_sign}", repeater, class: "link" %></li>
<li class="mb-4"><%= link_to "#{repeater.name} - #{repeater.call_sign} - #{frequency_in_mhz(repeater.tx_frequency)} - #{repeater.location_in_words}", repeater, class: "link" %></li>
<% end %>
</ul>
</div>
2 changes: 1 addition & 1 deletion app/views/directory/countries.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You should have received a copy of the GNU Affero General Public License along w

<ul>
<% @countries.each do |country| %>
<li><%= link_to country.name, directory_by_country_url(country.id), class: "link" %></li>
<li class="mb-4"><%= link_to country.name, directory_by_country_url(country.id), class: "link" %></li>
<% end %>
</ul>
</div>

0 comments on commit 28554f9

Please sign in to comment.