Skip to content

Commit

Permalink
Merge pull request #753 from crest-cassia/yohm-patch-1
Browse files Browse the repository at this point in the history
bugfix: access level
  • Loading branch information
yohm committed Aug 18, 2022
2 parents 71bf0fc + 336cd90 commit 58d6f29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/views/layouts/_navigation.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
= link_to 'Hosts', hosts_path
%li
= link_to 'Logs', worker_logs_path
%li
= link_to 'Settings', edit_oacis_setting_path
- if OACIS_ACCESS_LEVEL == 2
%li
= link_to 'Settings', edit_oacis_setting_path
%ul.nav.navbar-nav.navbar-right
%li= link_to 'Document', 'http://crest-cassia.github.io/oacis/', target: '_blank'
%li#notification-event-dropdown.dropdown
Expand Down

0 comments on commit 58d6f29

Please sign in to comment.