diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/layouts/_nav_controls.html.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/_nav_controls.html.erb b/app/views/layouts/_nav_controls.html.erb index 70d5130c..66524044 100644 --- a/app/views/layouts/_nav_controls.html.erb +++ b/app/views/layouts/_nav_controls.html.erb | |||
| @@ -36,7 +36,8 @@ | |||
| 36 | <% end %> | 36 | <% end %> |
| 37 | 37 | ||
| 38 | <% if current_user %> | 38 | <% if current_user %> |
| 39 | <%= button_to logout_path, method: :delete, aria: { label: t(".log_out") }, title: t(".log_out") do %> | 39 | <%= button_to logout_path, method: :delete, form: { class: "button_to session_ending" }, |
| 40 | aria: { label: t(".log_out") }, title: t(".log_out") do %> | ||
| 40 | <%= icon("logout", library: "tabler", "aria-hidden": true) %> | 41 | <%= icon("logout", library: "tabler", "aria-hidden": true) %> |
| 41 | <% end %> | 42 | <% end %> |
| 42 | <% end %> | 43 | <% end %> |
