%ul.nav.pull-right - actions(:root).each do |action| %li= link_to wording_for(:menu, action), { :action => action.action_name, :controller => 'rails_admin/main' }, :class => 'pjax' - if main_app_root_path = (main_app.root_path rescue false) %li= link_to t('admin.home.name').capitalize, main_app_root_path - if _current_user - if user_link = edit_user_link %li= user_link - if defined?(Devise) && (devise_scope = request.env["warden"].config[:default_scope] rescue false) && (logout_path = main_app.send("destroy_#{devise_scope}_session_path") rescue false) %li= link_to content_tag('span', t('admin.misc.log_out'), :class => 'label label-important'), logout_path, :method => Devise.sign_out_via - if _current_user.respond_to?(:email) && _current_user.email.present? %li= image_tag "#{(request.ssl? ? 'https://secure' : 'http://www')}.gravatar.com/avatar/#{Digest::MD5.hexdigest _current_user.email}?s=30", :style => 'padding-top:5px'