disabled_enterprise_message.rhtml 265 Bytes
<div id='enterprise-disabled'>
  <%= message %>
  <% if profile.blocked? && user.is_admin?(profile.environment) %>
    <div class='unlock-button'>
    <%= button :lock, _('Unblock'), {:controller => 'profile', :action => 'unblock'} %>
    </div>
  <% end %>
</div>