Skip to content

Commit

Permalink
add obs unit to Browse and Create menus #1961
Browse files Browse the repository at this point in the history
  • Loading branch information
stuzart committed Jul 19, 2024
1 parent 06a50f3 commit 8fd4126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/navbar/_browse_menu.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
[t('investigation').pluralize, investigations_path, Seek::Config.investigations_enabled],
[t('study').pluralize, studies_path, Seek::Config.studies_enabled],
[t('assay').pluralize, assays_path, Seek::Config.assays_enabled],
[t('observation_unit').pluralize, observation_units_path, Seek::Config.observation_units_enabled],
[t('template').pluralize, templates_path, Seek::Config.isa_json_compliance_enabled],
]) %>
Expand Down
1 change: 1 addition & 0 deletions app/views/layouts/navbar/_create_menu.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
[t('investigation'), new_investigation_path, Seek::Config.investigations_enabled],
[t('study'), new_study_path, Seek::Config.studies_enabled],
[t('assay'), new_assay_path, Seek::Config.assays_enabled],
[t('observation_unit'), new_observation_unit_path, Seek::Config.observation_units_enabled],
[t('template'), new_template_path, Seek::Config.isa_json_compliance_enabled],
]) %>
Expand Down

0 comments on commit 8fd4126

Please sign in to comment.