From d8a984d8d09cdd17c386dbc6a9ef0258774015ec Mon Sep 17 00:00:00 2001 From: Moebius-Strip Date: Sun, 9 Aug 2015 14:11:24 -0400 Subject: [PATCH] Site map reports list fix Fix a typo causing the unordered list for the reports section to display incorrectly. --- app/views/static/site_map.html.erb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/static/site_map.html.erb b/app/views/static/site_map.html.erb index e0af97111..fa835f4b8 100644 --- a/app/views/static/site_map.html.erb +++ b/app/views/static/site_map.html.erb @@ -58,8 +58,9 @@ -
  • <%= link_to("Janitor Trials", reports_janitor_trials_path) %> +
  • <%= link_to("Contributors", reports_contributors_path) %>
  • +
  • <%= link_to("Janitor Trials", reports_janitor_trials_path) %>
  • +