From 72c6f27b739ef4c7f34be8dd041b9e76bb005110 Mon Sep 17 00:00:00 2001 From: Dominic Cleal Date: Mon, 6 Jul 2015 14:15:36 +0100 Subject: [PATCH] fixes #11024 - update smart proxy realm docs link --- app/views/realms/index.html.erb | 2 +- app/views/realms/welcome.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/realms/index.html.erb b/app/views/realms/index.html.erb index 33ac4d27eb0..541562c8f13 100644 --- a/app/views/realms/index.html.erb +++ b/app/views/realms/index.html.erb @@ -1,6 +1,6 @@ <% title _('Realms') %> <% title_actions(display_link_if_authorized(_("New Realm"), hash_for_new_realm_path), - documentation_button('4.3.9Realm')) %> + documentation_button('4.3.8Realm')) %> diff --git a/app/views/realms/welcome.html.erb b/app/views/realms/welcome.html.erb index f316a7dae27..a1d25646113 100644 --- a/app/views/realms/welcome.html.erb +++ b/app/views/realms/welcome.html.erb @@ -1,6 +1,6 @@ <% title _('Realms') %> <% title_actions(display_link_if_authorized(_("New Realm"), hash_for_new_realm_path), - documentation_button('4.3.9Realm')) %> + documentation_button('4.3.8Realm')) %>

<%= _("Foreman supports automatically creating realm entries for new hosts. When a realm is selected for a host, Foreman contacts the relevant realm smart proxy to create an entry for the host and retrieve it's one-time registration password.").html_safe %>