Skip to content

Commit

Permalink
fixes #11024 - update smart proxy realm docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Cleal committed Jul 6, 2015
1 parent 776cff9 commit 72c6f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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')) %>

<table class="table table-bordered table-striped table-two-pane">
<thead>
Expand Down
2 changes: 1 addition & 1 deletion 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')) %>
<div id="welcome">
<p>
<%= _("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 %>
Expand Down

0 comments on commit 72c6f27

Please sign in to comment.