From b82871b346a02d21cb230422cd69c6d875e479cd Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Sat, 21 Mar 2026 16:36:56 +0100 Subject: [PATCH] style form link --- app/views/moods/index.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 %>