TokiTranslate/app/views/dictionary/index.html.erb
2023-10-22 15:03:45 -04:00

7 lines
240 B
Plaintext

<%= sanitize alphabetical_links, tags: ["a"] %>
<p><%= @parts_of_speech.count %> parts of speech entries in database</p>
<p><%= @words.count %> word entries in database</p>
<%= render "partsofspeech", parts_of_speech: @parts_of_speech %>