Skip to content

Commit

Permalink
Merge pull request #92 from loftwah/dl/profile-back-button
Browse files Browse the repository at this point in the history
fix link
  • Loading branch information
loftwah authored Sep 3, 2024
2 parents e8d56fd + 8e00b98 commit a4239dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/devise/registrations/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@
</div>
</div>

<%= link_to 'Back', achievements_path, class: 'text-white hover:text-lime-300' %>
<%= link_to 'Back', user_links_path(username: current_user.username), class: 'text-white hover:text-lime-300' %>

0 comments on commit a4239dc

Please sign in to comment.