Site map reports list fix
Fix a typo causing the unordered list for the reports section to display incorrectly.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user