Skip to content

Commit

Permalink
Merge 830787f into 6c7dfad
Browse files Browse the repository at this point in the history
  • Loading branch information
soupmatt committed Feb 25, 2015
2 parents 6c7dfad + 830787f commit a74858a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@
- actions(:root).each do |action|
%li{class: "#{action.action_name}_root_link"}= 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
%li= link_to t('admin.home.name'), main_app_root_path
- if _current_user
- if user_link = edit_user_link
%li= user_link
Expand Down

0 comments on commit a74858a

Please sign in to comment.