app/views/tenon/shared/_main_nav.html.haml in tenon-1.0.20 vs app/views/tenon/shared/_main_nav.html.haml in tenon-1.0.21
- old
+ new
@@ -8,6 +8,7 @@
= nav_item 'Posts', posts_path, 'file-text', active: ['post_categories'].include?(controller_name)
= nav_item 'Users', users_path, 'user'
= nav_item 'Events', events_path, 'calendar'
= nav_item 'Galleries', galleries_path, 'th'
= nav_item 'Contacts', contacts_path, 'envelope'
+ = nav_item 'Redirects', redirects_path, 'exchange'
= nav_item 'Settings', settings_path, 'gear'