Site map reports list fix

Fix a typo causing the unordered list for the reports section to display incorrectly.
This commit is contained in:
Moebius-Strip
2015-08-09 14:11:24 -04:00
parent fc34ea42d8
commit d8a984d8d0

View File

@@ -58,8 +58,9 @@
<ul>
<li><h1>Reports</h1></li>
<li><%= link_to("User Promotions", reports_user_promotions_path) %></li>
<li><%= link_to("Contributors", reports_contributors_path) %></ul>
<li><%= link_to("Janitor Trials", reports_janitor_trials_path) %></ul>
<li><%= link_to("Contributors", reports_contributors_path) %></li>
<li><%= link_to("Janitor Trials", reports_janitor_trials_path) %></li>
</ul>
</section>
<section>
<ul>