<%= image_tag(@mode + ".jpg", "data-mood-target": "image") %>
Légende
Triste
En charge
Croisiere
Creatif
A fond
Aujourd'hui : <%= @mode %>
<% @history.each do |month| %>
<%= I18n.l(month[:month], format: "%B %Y").capitalize %>
<% month[:weeks].each do |week| %>
<% week.each do |mood| %> <% mode = mode_for(mood) %>
" data-mode="<%= mode %>" data-day="<%= l mood[:recorded_at].to_date %>" data-action="click->mood#updateDayInfo" title="<%= mood[:recorded_at] %> : <%= mode %>" class="day <%= mode %>">
<% end %>
<% end %>
<% end %>