Dictionary index and show styling
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
<%= sanitize alphabetical_links, tags: ["a"] %>
|
||||
<h1 class="text-center">Index</h1>
|
||||
<%= render "alphabetical_links" %>
|
||||
|
||||
<p><%= @parts_of_speech.count %> parts of speech entries in database</p>
|
||||
<p><%= @words.count %> word entries in database</p>
|
||||
<div class="p-4">
|
||||
<p><%= @parts_of_speech.count %> parts of speech entries in database</p>
|
||||
<p><%= @words.count %> word entries in database</p>
|
||||
</div>
|
||||
|
||||
<%= render "partsofspeech", parts_of_speech: @parts_of_speech %>
|
||||
<div class="p-4">
|
||||
<%= render "partsofspeech", parts_of_speech: @parts_of_speech %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user