2023-10-23 15:37:20 +00:00
|
|
|
<h1 class="text-center">Index</h1>
|
|
|
|
<%= render "alphabetical_links" %>
|
2023-10-20 18:29:34 +00:00
|
|
|
|
2023-10-23 15:37:20 +00:00
|
|
|
<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>
|
2023-10-13 02:24:31 +00:00
|
|
|
|
2023-10-23 15:37:20 +00:00
|
|
|
<div class="p-4">
|
|
|
|
<%= render "partsofspeech", parts_of_speech: @parts_of_speech %>
|
|
|
|
</div>
|