Sha256: 184f9ce8395bf7227375362fef6b3117c406e78dab54a3ee62ba4a75891ad520

Contents?: true

Size: 292 Bytes

Versions: 3

Compression:

Stored size: 292 Bytes

Contents

- if @site.present? && @site.persisted?
  %li= active_link_to 'Blogs', admin_blogs_path(@site)
  - if @blog.present? && @blog.persisted?
    %ul
      %li= active_link_to 'Posts', admin_blog_posts_path(@site, @blog)
      %li= active_link_to 'Comments', admin_blog_comments_path(@site, @blog)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
comfy_blog-1.1.1 app/views/admin/blog/partials/_navigation.html.haml
comfy_blog-1.1.0 app/views/admin/blog/partials/_navigation.html.haml
comfy_blog-1.0.0 app/views/admin/blog/partials/_navigation.html.haml