Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
worded note for manage pages better
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Nov 16, 2008
1 parent a0049bb commit d83eaba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion base_images/ansuz-completeness-chart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion config/initializers/setup_admin_menu_entries.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Ansuz::PluginManagerInstance.register_admin_menu_entry "Themes", 'Choose a Theme', '/admin/site_settings/choose_theme', :span_options => { :note => "Easily change the look and feel of your site." }

Ansuz::PluginManagerInstance.register_admin_menu_entry "Content", 'Manage Pages', '/admin/pages', :span_options => { :note => "This is the primary content for your site." }
Ansuz::PluginManagerInstance.register_admin_menu_entry "Content", 'Manage Pages', '/admin/pages', :span_options => { :note => "This is where your site's primary content lives." }

Ansuz::PluginManagerInstance.register_admin_menu_entry "Ansuz", 'Manage Roles', '/admin/roles'
Ansuz::PluginManagerInstance.register_admin_menu_entry "Ansuz", 'Site Settings', '/admin/site_settings', :span_options => { :note => "Change your site title, etc." }
Expand Down

0 comments on commit d83eaba

Please sign in to comment.