Skip to content

Commit

Permalink
Remove tab helpers for the removed pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Aug 20, 2024
1 parent a4cc73a commit a377770
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/helpers/tabs/observations_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,17 +239,6 @@ def observation_images_edit_tabs(image:)
[object_return_tab(image)]
end

def observation_images_new_tabs(obs:)
[object_return_tab(obs),
edit_observation_tab(obs)]
end

# Note this takes `obj:` not `obs:`
def observation_images_remove_tabs(obj:)
[object_return_tab(obj),
edit_observation_tab(obj)]
end

def observation_images_reuse_tabs(obs:)
[object_return_tab(obs),
edit_observation_tab(obs)]
Expand Down

0 comments on commit a377770

Please sign in to comment.