diff --git a/app/views/moods/index.html.erb b/app/views/moods/index.html.erb index 2621ce6..0db93ff 100644 --- a/app/views/moods/index.html.erb +++ b/app/views/moods/index.html.erb @@ -23,7 +23,9 @@
Aujourd'hui : <%= @user.current_mode.label %> - <%= link_to "Journal", edit_day_log_for_day_path(day: Date.today), "data-mood-target": "dayLogLink" %> + <%= link_to edit_day_log_for_day_path(day: Date.today), "data-mood-target": "dayLogLink" do %> + + <% end %>