From abcd9b94ba40f13f76a09afec393db0be2935ed3 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 1 Nov 2011 17:51:58 -0400 Subject: [PATCH] added news updates link to site map --- app/views/static/site_map.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb index c034f9e5f..badd27e16 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -82,6 +82,7 @@
  • Admin

  • <%= link_to("Janitor Trials", janitor_trials_path) %>
  • <%= link_to("IP Bans", ip_bans_path) %>
  • +
  • <%= link_to("News Updates", news_updates_path) %>
  • <% end %>