diff --git a/app/assets/stylesheets/kluk.css b/app/assets/stylesheets/kluk.css index c03b0fa..429222c 100644 --- a/app/assets/stylesheets/kluk.css +++ b/app/assets/stylesheets/kluk.css @@ -52,10 +52,6 @@ body { height: 10px; } -.bar-explain { - padding-left: 5px; -} - .day { border: 1px; margin: 4px; diff --git a/app/views/moods/index.html.erb b/app/views/moods/index.html.erb index 7b4f266..40f27d3 100644 --- a/app/views/moods/index.html.erb +++ b/app/views/moods/index.html.erb @@ -2,50 +2,48 @@
<%= image_tag(@mode + ".jpg", "data-mood-target": "image") %>
-
+

Comment ça KLUK ?

<%= @mode %>
-
Aujourd'hui
+
Aujourd'hui
-

Comment ça KLUK aujourd'hui ?

+

Comment ça KLUK ?

Aujourd'hui
-
-
- <% @mood_log.each do |week| %> -
- <% week.each do |d| %> - <% if d[1] %> -
" data-mode="<%= d[1] %>" data-day="<%= d[0] %>" data-action="click->mood#updateDayInfo mouseover->mood#updateDayInfo mouseleave->mood#updateDayInfo" title="<%= d[0] %> : <%= d[1] %>" class="day <%= d[1] %>">
- <% else %> -
- <% end %> - <% end %> -
- <% end %> +
+
+
+
Tristoune
+
+
+
+
En chargement
+
+
+
+
Croisiere
+
+
+
+
Creatif
+
+
+
+
A fond
-
-
- -
Triste
-
-
- -
En charge
-
-
- -
Croisiere
-
-
- -
Créatif
-
-
- -
A fond
-
+
+ <% @mood_log.each do |week| %> +
+ <% week.each do |d| %> + <% if d[1] %> +
" data-mode="<%= d[1] %>" data-day="<%= d[0] %>" data-action="click->mood#updateDayInfo mouseover->mood#updateDayInfo mouseleave->mood#updateDayInfo" title="<%= d[0] %> : <%= d[1] %>" class="day <%= d[1] %>">
+ <% else %> +
+ <% end %> + <% end %> +
+ <% end %>