Sha256: 1e2891d819c79e789a71dfb26cf10e19557d56ff169e8176694edc344a8a3ada

Contents?: true

Size: 623 Bytes

Versions: 40

Compression:

Stored size: 623 Bytes

Contents

<%- set_title "Manage Your Blog" -%>

<%- if @blog.new_record? -%>
  <%= menu_item(:heading => 'Set Up Blog',
        :url => new_admin_blog_path,
        :description => 'Set configuration options for your new blog.'
      )
  -%>
<%- else -%>
  <%= menu_item(
        :heading => 'Manage Posts',
        :url => admin_blog_posts_path(@blog),
        :description => "Create and edit blog posts.",
        :id => 'blog_posts'
      )
  -%>
  <%= menu_item(
        :heading => 'Blog Configuration',
        :url => admin_blog_path(@blog),
        :description => "Change settings for your blog."
      )
  -%>
<%- end -%>

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
blog_logic-1.4.15 app/views/admin/blogs/index.html.erb
blog_logic-1.4.14 app/views/admin/blogs/index.html.erb
blog_logic-1.4.13 app/views/admin/blogs/index.html.erb
blog_logic-1.4.12 app/views/admin/blogs/index.html.erb
blog_logic-1.4.11 app/views/admin/blogs/index.html.erb
blog_logic-1.4.10 app/views/admin/blogs/index.html.erb
blog_logic-1.4.9 app/views/admin/blogs/index.html.erb
blog_logic-1.4.8 app/views/admin/blogs/index.html.erb
blog_logic-1.4.7 app/views/admin/blogs/index.html.erb
blog_logic-1.4.6 app/views/admin/blogs/index.html.erb
blog_logic-1.4.5 app/views/admin/blogs/index.html.erb
blog_logic-1.4.4 app/views/admin/blogs/index.html.erb
blog_logic-1.4.3 app/views/admin/blogs/index.html.erb
blog_logic-1.4.2 app/views/admin/blogs/index.html.erb
blog_logic-1.4.1 app/views/admin/blogs/index.html.erb
blog_logic-1.4.0 app/views/admin/blogs/index.html.erb
blog_logic-1.3.1 app/views/admin/blogs/index.html.erb
blog_logic-1.3.0 app/views/admin/blogs/index.html.erb
blog_logic-1.2.4 app/views/admin/blogs/index.html.erb
blog_logic-1.2.3 app/views/admin/blogs/index.html.erb