Skip to content

Commit

Permalink
Moved the help tip on the redhat providers page show up at the right …
Browse files Browse the repository at this point in the history
…spot
  • Loading branch information
parthaa committed Oct 11, 2011
1 parent 5723544 commit df1b9f3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/app/views/providers/redhat_provider.html.haml
Expand Up @@ -4,7 +4,9 @@

.grid_16
= help_tip_button('subscriptions-help')
 
= help_tip(_("Listed below are the subscriptions information." + |
" If you have a subscription manifest you may upload it below. " + |
"This manifest may be obtained by visiting the Red Hat Customer Portal or by contacting your support representative."), 'subscriptions-help') |

#providers
%input#panel_element_id{:name => @provider.id, :type => "hidden", :value => "#{@provider.name}_#{@provider.id}"}
Expand All @@ -17,11 +19,6 @@


#subscriptions
.grid_16
= help_tip(_("Listed below are the subscriptions information." + |
" If you have a subscription manifest you may upload it below. " + |
"This manifest may be obtained by visiting the Red Hat Customer Portal or by contacting your support representative."), 'subscriptions-help') |

.grid_16#subscription
%h4 #{_("Current Subscriptions")}
%table
Expand Down

0 comments on commit df1b9f3

Please sign in to comment.