Sha256: 657dbbc3978d4e7a6d1c630d424d56c7f8f039a2e0d87147970836f87bb3bcfe
Contents?: true
Size: 732 Bytes
Versions: 17
Compression:
Stored size: 732 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.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 %> <%= 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
17 entries across 17 versions & 1 rubygems