Skip to content

Commit 5f622d5

Browse files
committed
Link to admin_directory rather than admin_stats.
1 parent f8ab668 commit 5f622d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/app/views/home/_admin.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
= link_to("(#{t 'crud.edit'})", edit_script_path(script))
2222
= link_to(data_t_suffix('script.name', script.name, 'title'), script_level_path(script, ScriptLevel::NEXT))
2323
%li= link_to t('builder.manage'), new_level_path
24-
%li= link_to 'Admin Stats', admin_stats_path
24+
%li= link_to 'Admin Page Directory', admin_directory_path
2525
%li= link_to 'Search for Teachers', search_for_teachers_path
2626
%li= link_to 'Gallery', gallery_activities_path

0 commit comments

Comments
 (0)