<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    On 02/18/2012 12:21 PM, Hugh Brock wrote:
    <blockquote
      cite="mid:88C16485-B0BD-4A6C-BF00-539045671CB5@redhat.com"
      type="cite">
      <pre wrap="">What BZ # does this fix?</pre>
    </blockquote>
    <br>
    It fix BZ on product but is should be here also.
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <a href="https://bugzilla.redhat.com/show_bug.cgi?id=786010">https://bugzilla.redhat.com/show_bug.cgi?id=786010</a><br>
    <br>
    <blockquote
      cite="mid:88C16485-B0BD-4A6C-BF00-539045671CB5@redhat.com"
      type="cite">
      <pre wrap="">

--H

=====================
Hugh Brock

On Feb 17, 2012, at 12:26 PM, Tomáš Hrčka <a class="moz-txt-link-rfc2396E" href="mailto:thrcka@redhat.com">&lt;thrcka@redhat.com&gt;</a> wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">---
src/app/views/provider_realms/show.html.haml |    5 ++++-
src/config/locales/en.yml                    |    1 +
2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/app/views/provider_realms/show.html.haml b/src/app/views/provider_realms/show.html.haml
index afa895a..e4183c1 100644
--- a/src/app/views/provider_realms/show.html.haml
+++ b/src/app/views/provider_realms/show.html.haml
@@ -1,7 +1,10 @@
= render :partial =&gt; 'layouts/admin_nav'
%header.admin-page-header
  %h1{:class =&gt; controller.controller_name}= @realm.name
-
+  #obj_actions.button_container
+    .button-group
+      = t('return_to')
+      = link_to t('provider_realms'), edit_provider_path(@realm.provider, :details_tab =&gt;  'realms', :only_tab =&gt;  true), :class =&gt;  'rounded-link', :id =&gt;  'back_to_provider_realms_button'
- unless @realm.available
  %section.admin-content-section
    %header.align-center
diff --git a/src/config/locales/en.yml b/src/config/locales/en.yml
index e50d487..e927700 100644
--- a/src/config/locales/en.yml
+++ b/src/config/locales/en.yml
@@ -1319,3 +1319,4 @@ en:
    provider_realms: Provider Realms
    deployables: Deployables
    deployments: Deployments
+  provider_realms: Provider Realms
-- 
1.7.1

</pre>
      </blockquote>
    </blockquote>
    <br>
  </body>
</html>