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