app/views/administrate/application/_sidebar.html.erb in administrate-0.0.12 vs app/views/administrate/application/_sidebar.html.erb in administrate-0.1.0
- old
+ new
@@ -1,4 +1,13 @@
+<%#
+# Sidebar
+
+This partial is used to display the sidebar in Administrate.
+By default, the sidebar contains navigation links
+for all resources in the admin dashboard,
+as defined by the DashboardManifest.
+%>
+
<ul class="sidebar__list">
<% DashboardManifest::DASHBOARDS.each do |resource| %>
<li>
<%= link_to(
resource.to_s.titleize,