afimb/chouette2

View on GitHub
app/views/time_tables/_excluded_dates.html.erb

Summary

Maintainability
Test Coverage
  <ul class='dates'>
    <% @time_table.dates.where("in_out = false").to_a.each do |tmd| %>
    <li class="<%= (tmd.position%2==0) ? 'odd' : 'even' %>"><%= l tmd.date %>
    </li>
    <% end %>
  </ul>