TokiTranslate/app/views/dictionary/index.html.erb
2023-10-22 14:05:01 -04:00

10 lines
253 B
Plaintext

<br/>
<br/>
<%= 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 %>