From b61e7ae1373e684749897490d0cf4fee96dc1a3a Mon Sep 17 00:00:00 2001 From: Daniela Feitosa Date: Wed, 28 Oct 2015 09:59:39 -0300 Subject: [PATCH] Replaced explicit admin url by plugin method --- plugins/environment_notification/views/environment_notification_plugin_admin/show_notification.html.erb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/plugins/environment_notification/views/environment_notification_plugin_admin/show_notification.html.erb b/plugins/environment_notification/views/environment_notification_plugin_admin/show_notification.html.erb index 463cd17..514cf2c 100644 --- a/plugins/environment_notification/views/environment_notification_plugin_admin/show_notification.html.erb +++ b/plugins/environment_notification/views/environment_notification_plugin_admin/show_notification.html.erb @@ -5,10 +5,8 @@

- <%= _("There are active notifications in this environment! You can ") %> - - <%= _("manage all notifications here.") %> - + <%= _("There are active notifications in this environment!") %> + <%= link_to _("Manage all notifications here."), EnvironmentNotificationPlugin.admin_url %>

-- libgit2 0.21.2