Sha256: 920c684f8a1087f09eedb8bd1513cd08bbcf20afed2f8be97d9bdbaf211c2166
Contents?: true
Size: 568 Bytes
Versions: 4
Compression:
Stored size: 568 Bytes
Contents
<%# # Navigation This partial is used to display the navigation in Administrate. By default, the navigation contains navigation links for all resources in the admin dashboard, as defined by the routes in the `admin/` namespace %> <nav class="navigation" role="navigation"> <% Administrate::Namespace.new(namespace).resources.each do |resource| %> <%= link_to( display_resource_name(resource), [namespace, resource_index_route_key(resource)], class: "navigation__link navigation__link--#{nav_link_state(resource)}" ) %> <% end %> </nav>
Version data entries
4 entries across 4 versions & 1 rubygems