crowdAI/crowdai

View on GitHub
app/views/mailers/_topics_digest.html.erb

Summary

Maintainability
Test Coverage
<h3>Topics Summary</h3>

<% topics.each do |topic| %>
  <div><%= link_to topic.topic, new_topic_comment_url(topic) %></div>
<% end %>
<hr/>