From b59af89c09c80e84748873fd8f0c914dc7ffa780 Mon Sep 17 00:00:00 2001 From: Adan Amarillas Date: Wed, 23 May 2018 11:31:53 -0700 Subject: [PATCH] Add 'settings' link to side menu on Admin's panel. --- app/views/admin/_menu.html.erb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb index 134725cda..d29f10ba2 100644 --- a/app/views/admin/_menu.html.erb +++ b/app/views/admin/_menu.html.erb @@ -212,5 +212,12 @@ + +
  • "> + <%= link_to admin_settings_path do %> + + <%= t("admin.settings.index.title") %> + <% end %> +