disabled_enterprise_message.rhtml 265 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 <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>