Sha256: 1efaa499c7593279a63a4266b49f3c42e0f75272392b6f238b53138ed376c545

Contents?: true

Size: 677 Bytes

Versions: 24

Compression:

Stored size: 677 Bytes

Contents

- if can?(:index, Post)
  = forge_menu_item item, forge_posts_path, :active => is_active(["posts", "post_categories"]), :submenu => can?(:create, Post) || can?(:index, PostCategory)
  - if can?(:create, Post) || can?(:index, PostCategory)
    %ul.forge_submenu{ :class => is_active(["posts", "post_categories"]) ? "#{item} active" : item }
      = link_to "New Post", new_forge_post_path, :class => ("active" if params[:controller] == "forge/posts" && params[:action] == "new") if can?(:create, Post)
      = link_to "Post Categories", forge_post_categories_path, :class => ("active" if params[:controller] == "forge/post_categories") if can?(:index, PostCategory)
    .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/_posts.html.haml
forge-cli-0.1.9 lib/forge/app/views/forge/shared/menu_items/_posts.html.haml
forge-cli-0.1.8 lib/forge/app/views/forge/shared/menu_items/_posts.html.haml
forge-cli-0.1.7 lib/forge/app/views/forge/shared/menu_items/_posts.html.haml
forge-cli-0.1.6 lib/forge/app/views/forge/shared/menu_items/_posts.html.haml
forge-cli-0.1.5 lib/forge/app/views/forge/shared/menu_items/_posts.html.haml
forge-cli-0.1.4 lib/forge/app/views/forge/shared/menu_items/_posts.html.haml
forge-cli-0.1.3 lib/forge/app/views/forge/shared/menu_items/_posts.html.haml
forge-cli-0.1.2 lib/forge/app/views/forge/shared/menu_items/_posts.html.haml
forge-cli-0.1.1 lib/forge/app/views/forge/shared/menu_items/_posts.html.haml
forge-cli-0.1.0 lib/forge/app/views/forge/shared/menu_items/_posts.html.haml
forge-cli-0.0.18 lib/forge/app/views/forge/shared/menu_items/_posts.html.haml
forge-cli-0.0.17 lib/forge/app/views/forge/shared/menu_items/_posts.html.haml
forge-cli-0.0.16 lib/forge/app/views/forge/shared/menu_items/_posts.html.haml
forge-cli-0.0.15 lib/forge/app/views/forge/shared/menu_items/_posts.html.haml
forge-cli-0.0.14 lib/forge/app/views/forge/shared/menu_items/_posts.html.haml
forge-cli-0.0.13 lib/forge/app/views/forge/shared/menu_items/_posts.html.haml
forge-cli-0.0.12 lib/forge/app/views/forge/shared/menu_items/_posts.html.haml
forge-cli-0.0.11 lib/forge/app/views/forge/shared/menu_items/_posts.html.haml
forge-cli-0.0.10 lib/forge/app/views/forge/shared/menu_items/_posts.html.haml