TokiTranslate/app/views/dictionary/show.html.erb

10 lines
121 B
Plaintext

<div>
<%= @letter.to_s %>
</div>
<% @words.each do |word| %>
<div>
<h1><%= word.word %></h1>
</div>
<% end %>