calraijintaiko/caltaiko

View on GitHub
erb/performances/_performances_feed.html.erb

Summary

Maintainability
Test Coverage
<section class="perf-feed">
  <% if performances.length > 0 %>
  <% performances.each do |performance| %>
  <%= render '/performances/show', :performance => performance %>
  <% end %>
  <% else %>
  <div class="text-wrapper">
    <p>Stay tuned for more information soon!</p>
  </div>
  <% end %>
</section>