Skip to content

Commit

Permalink
put the vocbench link in the topnav in the section tools
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Nov 21, 2023
1 parent c89a5c4 commit 36b98e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/views/layouts/_topnav.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,14 @@
= link_to("Annotator", annotator_index_path(), class: "dropdown-item")
- if $NCBO_ANNOTATORPLUS_ENABLED == true
= link_to("NCBO Annotator+", '/ncbo_annotatorplus', class: "dropdown-item")
= link_to("VocBench", "http://vocbench.lifewatchitaly.eu", class: "dropdown-item", target: "_blank")
%li.nav-item
= link_to("Projects", projects_path(), class: "nav-link")
%li.nav-item
= link_to("Landscape", '/landscape', class: "nav-link")
-if (!session[:user].nil? && session[:user].admin?)
%li.nav-item
= link_to("Admin", admin_index_path, class: "nav-link")
%li.nav-item
= link_to("VocBench", "http://vocbench.lifewatchitaly.eu", target: "_blank", class: "nav-link")
-# Support menu
%li.nav-item.dropdown
= link_to("#", id: "supportMenuDropdownLink", class: "nav-link dropdown-toggle", role: "button", data: {toggle: "dropdown"}, aria: {haspopup: "true", expanded: "false"}) do
Expand Down

0 comments on commit 36b98e8

Please sign in to comment.