From e43588e8ab6c2a653c5a55a0c77318c632c73b34 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Fri, 18 Jul 2025 17:48:23 +0300 Subject: [PATCH] Change edit link to profile location in dashboard --- app/views/dashboards/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dashboards/show.html.erb b/app/views/dashboards/show.html.erb index cad3c9c71..1069de684 100644 --- a/app/views/dashboards/show.html.erb +++ b/app/views/dashboards/show.html.erb @@ -8,7 +8,7 @@
<% if !current_user.home_location? %>
-

<%= t(".no_home_location_html", :edit_profile_link => link_to(t(".edit_your_profile"), profile_description_path)) %>

+

<%= t(".no_home_location_html", :edit_profile_link => link_to(t(".edit_your_profile"), profile_location_path)) %>

<% else %> <% content_for :head do %> -- 2.39.5