justCxx/flashcards

View on GitHub
app/views/reviews/new.html.erb

Summary

Maintainability
Test Coverage
<% if @card %>
  <%= render "form", card: @card %>
<% else %>
  <p> Нет карточек для просмотра. </p>
<% end %>