Sha256: 39191492e04f224c840bf074ba0df1e8b4365f561a7a6766d355bc7717b29ecb

Contents?: true

Size: 659 Bytes

Versions: 79

Compression:

Stored size: 659 Bytes

Contents

- if can?(:index, Post)
  = tenon_menu_item item, posts_path, :active => is_active(["posts", "post_categories"]), :submenu => can?(:create, Post) || can?(:index, PostCategory)
  - if can?(:create, Post) || can?(:index, PostCategory)
    %ul.tenon_submenu{ :class => is_active(["posts", "post_categories"]) ? "#{item} active" : item }
      = link_to "New Post", new_post_path, :class => ("active" if params[:controller] == "tenon/posts" && params[:action] == "new") if can?(:create, Post)
      = link_to "Post Categories", post_categories_path, :class => ("active" if params[:controller] == "tenon/post_categories") if can?(:index, PostCategory)
    .spacer

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
tenon-1.1.4 app/views/tenon/shared/menu_items/_posts.html.haml
tenon-1.1.3 app/views/tenon/shared/menu_items/_posts.html.haml
tenon-1.1.2 app/views/tenon/shared/menu_items/_posts.html.haml
tenon-1.1.1 app/views/tenon/shared/menu_items/_posts.html.haml
tenon-1.0.76 app/views/tenon/shared/menu_items/_posts.html.haml
tenon-1.0.75 app/views/tenon/shared/menu_items/_posts.html.haml
tenon-1.0.74 app/views/tenon/shared/menu_items/_posts.html.haml
tenon-1.0.73 app/views/tenon/shared/menu_items/_posts.html.haml
tenon-1.0.72 app/views/tenon/shared/menu_items/_posts.html.haml
tenon-1.0.71 app/views/tenon/shared/menu_items/_posts.html.haml
tenon-1.0.70 app/views/tenon/shared/menu_items/_posts.html.haml
tenon-1.0.69 app/views/tenon/shared/menu_items/_posts.html.haml
tenon-1.0.68 app/views/tenon/shared/menu_items/_posts.html.haml
tenon-1.0.67 app/views/tenon/shared/menu_items/_posts.html.haml
tenon-1.0.66 app/views/tenon/shared/menu_items/_posts.html.haml
tenon-1.0.65 app/views/tenon/shared/menu_items/_posts.html.haml
tenon-1.0.64 app/views/tenon/shared/menu_items/_posts.html.haml
tenon-1.0.63 app/views/tenon/shared/menu_items/_posts.html.haml
tenon-1.0.62 app/views/tenon/shared/menu_items/_posts.html.haml
tenon-1.0.61 app/views/tenon/shared/menu_items/_posts.html.haml