Dictionary index and show styling

This commit is contained in:
maddiebaka
2023-10-23 11:37:20 -04:00
parent 366921b1d3
commit e73a6b3fc9
5 changed files with 62 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
<hr>
<div class="text-center mx-1 dictionary-index-links">
«
<% unless defined?(letter) %>
<%= sanitize alphabetical_links, tags: ["a", "div", "p"] %>
<% else %>
<%= sanitize alphabetical_links(letter), tags: ["a", "div", "p"] %>
<% end %>
»
</div>
<hr>