Skip to content

Commit

Permalink
Update observations_helper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Aug 20, 2024
1 parent 7b46308 commit 251e523
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/helpers/observations_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,7 @@ def observation_map_coordinates(obs:)
def observation_show_image_links(obs:)
return "" unless check_permission(obs)

# [
# icon_link_with_query(*new_image_for_observation_tab(obs)),
icon_link_with_query(*reuse_images_for_observation_tab(obs))
# icon_link_with_query(*remove_images_from_observation_tab(obs))
# ].safe_join(" | ")
end

# The following sections of the observation_details partial are also needed as
Expand Down

0 comments on commit 251e523

Please sign in to comment.