Skip to content

Commit

Permalink
Remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Sep 22, 2024
1 parent 7b3ac44 commit 4955b29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/users/profile.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
%span.stats_list
- @user.profile_list_of_edited_locations.each do |location_array|
- location_id, location_name = location_array
-# - location = Location.find(location_array[0])
%span.location_edited.inline
= link_to(location_name, map_path + "/?by_location_id=#{location_id}")
%br/
Expand Down

0 comments on commit 4955b29

Please sign in to comment.