add sendinblue login link to manager

This commit is contained in:
Christophe Robillard 2020-11-12 17:20:57 +01:00
parent 9347951cea
commit d91e9b372f
2 changed files with 5 additions and 1 deletions

View file

@ -25,4 +25,7 @@ as defined by the routes in the `admin/` namespace
<%= link_to "Delayed Jobs", manager_delayed_job_path, class: "navigation__link" %>
<%= link_to "Features", manager_flipper_path, class: "navigation__link" %>
<% if Rails.env.production? %>
<%= link_to "Sendinblue", ENV.fetch("SENDINBLUE_LOGIN_URL"), class: "navigation__link", target: '_blank' %>
<% end %>
</nav>