Sha256: 89fb675eee678d0319b53f66e9a048ea0d7fa61b91054e39b0e7c78ae40e1f0f
Contents?: true
Size: 749 Bytes
Versions: 23
Compression:
Stored size: 749 Bytes
Contents
<%- set_title 'Blog Details' -%> <fieldset class="form_container"> <%= legend_tag 'About This Blog' -%> <div class="form_column"> <%= faux_field 'Blog Title', @blog.title %> <%= faux_field 'URL', @blog.humanize_path %> <%= faux_field 'Posts Per Page', @blog.posts_per_page %> </div> <div class="form_column"> <%= faux_field 'RSS Feed', @blog.rss_enabled? ? "Enabled" : "Disabled" %> <%= faux_field 'Feed Address', @blog.feed_address %> <%= faux_field 'Description', @blog.description %> </div> <br style="clear: both;" /> </fieldset> <div class="link_block attached"> <%= link_to 'Edit', edit_admin_blog_path(@blog), :class => 'link_button' -%> <%= link_to 'Back', '/', :class => 'link_button' -%> </div>
Version data entries
23 entries across 23 versions & 1 rubygems