Sha256: 594b16401ec505c4d5ceaa89591e0cd1d5c6346a5c1f3523817be9cd52ab7eae

Contents?: true

Size: 696 Bytes

Versions: 24

Compression:

Stored size: 696 Bytes

Contents

- if can?(:index, Dispatch)
  - item = "forge_press"
  = forge_menu_item item, forge_dispatches_path, :active => is_active(['dispatches', 'subscribers', 'subscriber_groups']), :submenu => true
  %ul.forge_submenu{ :class => is_active(['dispatches', 'subscribers', 'subscriber_groups']) ? "#{item} active" : item }
    = link_to "Dispatches", forge_dispatches_path, :class => ('active' if is_active('dispatches'))
    = link_to "Subscribers", forge_subscribers_path, :class => ('active' if is_active('subscribers')) if can?(:index, Subscriber)
    = link_to "Groups", forge_subscriber_groups_path, :class => ('active' if is_active('subscriber_groups')) if can?(:index, SubscriberGroup)

  .spacer

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml
forge-cli-0.1.9 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml
forge-cli-0.1.8 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml
forge-cli-0.1.7 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml
forge-cli-0.1.6 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml
forge-cli-0.1.5 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml
forge-cli-0.1.4 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml
forge-cli-0.1.3 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml
forge-cli-0.1.2 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml
forge-cli-0.1.1 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml
forge-cli-0.1.0 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml
forge-cli-0.0.18 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml
forge-cli-0.0.17 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml
forge-cli-0.0.16 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml
forge-cli-0.0.15 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml
forge-cli-0.0.14 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml
forge-cli-0.0.13 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml
forge-cli-0.0.12 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml
forge-cli-0.0.11 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml
forge-cli-0.0.10 lib/forge/app/views/forge/shared/menu_items/_dispatches.html.haml