Skip to content

Instantly share code, notes, and snippets.

@eniolopes
Created November 23, 2011 13:58
Show Gist options
  • Save eniolopes/1388724 to your computer and use it in GitHub Desktop.
Save eniolopes/1388724 to your computer and use it in GitHub Desktop.
<table>
<tr>
<% (schedule.sort_by{ |day| day.date } ).each do |day| %>
<td> <%= day.date %> </td>
<% end %>
</tr>
<% people_schedule.sort_by{ |p_s| ps.person.name } ).each do |person_schedule| %>
<tr> <%= person_schedule.person.name %> </tr>
<% (schedule.sort_by{ |day| day.date }).each do |day| %>
<td> <%= "verde" ? person_schedule.schedule.index day : "vermelho"%> </td>
<% end %>
<% end %>
AQUI TU POEM A ULTIMA TR COM O NOME DO CARA E O JAVASCRIPT PRA ELE PODER ESCOLHER OS DIAS DELE
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment