denny/ShinyCMS-ruby

View on GitHub
plugins/ShinyCMS/app/components/shinycms/admin/menu/coverband_component.html.erb

Summary

Maintainability
Test Coverage
<% return unless @coverband_web_ui_enabled && @current_user.can?( :use_coverband, :tools ) %>

<%= component 'admin/menu/item', link: shinycms.coverband_path,
    text: t( 'shinycms.admin.coverband.menu' ), icon: 'spreadsheet' %>