chore: Update dependencies (#1173)

This commit is contained in:
Sojan Jose
2020-09-08 11:24:08 +05:30
committed by GitHub
parent 3ffb29bf4e
commit ac5d755545
33 changed files with 134 additions and 150 deletions

View File

@@ -36,7 +36,7 @@ as defined by the routes in the `admin/` namespace
<i class="<%= sidebar_icons[resource.resource.to_sym] %>"></i>
<%= link_to(
display_resource_name(resource),
[namespace, resource_index_route_key(resource)],
resource_index_route(resource)
) if valid_action? :index, resource %>
</li>
<% end %>