diff --git a/.env.template b/.env.template index 4d7ce020..c6638901 100644 --- a/.env.template +++ b/.env.template @@ -6,4 +6,4 @@ RSPEC_RETRY_RETRY_COUNT=0 MAILER_SENDER="Rails World " REGISTRATION_ENABLED=true SESSION_REMINDERS_ENABLED=true -ONLY_TESTER_REGISTRATION_ENABLED=false \ No newline at end of file +ONLY_TESTER_REGISTRATION_ENABLED=false diff --git a/README.md b/README.md index c03fd3b6..8bb40c9d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## About -- Ruby on Rails 7.1.x +- Ruby on Rails 7.2.x - Ruby 3.3.x - SQLite3 - SolidQueue diff --git a/app/views/layouts/_flash_message.html.erb b/app/views/layouts/_flash_message.html.erb index edfa7901..11685998 100644 --- a/app/views/layouts/_flash_message.html.erb +++ b/app/views/layouts/_flash_message.html.erb @@ -1,7 +1,8 @@ <%# locals: (message:, type:) %> -
-
+ +
+
<%= message %> <% if type == "notice" && flash[:undo].present? %> <%= button_to "Undo", flash[:undo]["path"], class: "italic font-bold" %>