Skip to content

Commit

Permalink
feat(announces): link from manager
Browse files Browse the repository at this point in the history
  • Loading branch information
colinux committed Oct 31, 2023
1 parent 0fd4d03 commit f4db0db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/manager/application/_navigation.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ as defined by the routes in the `admin/` namespace
<hr />

<%= link_to "Delayed Jobs", manager_delayed_job_path, class: "navigation__link" %>
<%= link_to "Features", manager_flipper_path, class: "navigation__link" %>
<%= link_to "Maintenance Tasks", manager_maintenance_tasks_path, class: "navigation__link" %>
<%= link_to "Features", manager_flipper_path, class: "navigation__link" %>
<%= link_to "Annonces", super_admins_release_notes_path, class: "navigation__link" %>
<%= link_to "Import data via CSV", manager_import_procedure_tags_path, class: "navigation__link" %>
<% if Rails.application.secrets.sendinblue[:enabled] && ENV["SAML_IDP_ENABLED"] == "enabled" %>
<%= link_to "Sendinblue", ENV.fetch("SENDINBLUE_LOGIN_URL"), class: "navigation__link", target: '_blank' %>
Expand Down

0 comments on commit f4db0db

Please sign in to comment.