Sha256: fe2f6d8aeba6fa065633686d5ee2e9d8bb3308052b99f93cb90cb003306eb831
Contents?: true
Size: 1020 Bytes
Versions: 1
Compression:
Stored size: 1020 Bytes
Contents
<%- set_title 'Site Configuration' -%> <fieldset class="form_container"> <%= legend_tag 'About This Site' -%> <div class="form_column"> <%= faux_field 'Name', @site.name %> <%= faux_field 'Domain', @site.domain %> <%= faux_field 'Layout', @site.layout %> </div> <div class="form_column"> <%= faux_field 'Status', @site.status %> <%= faux_field 'Live Date', @site.activation_date.to_s(:concise) if @site.active? && @site.activation_date %> <%= faux_field 'Redirect To', @site.redirect_to unless @site.redirect_to.blank? %> </div> <br style="clear: both;" /> <div class="link_block"> <%= link_to 'Edit Site', edit_admin_site_path(@site), :class => 'link_button' -%> <%- if Site.count == 1 -%> <%= link_to 'Back', root_path, :class => 'link_button' -%> <%- else -%> <%= link_to 'Back', admin_sites_path, :class => 'link_button' -%> <%- end -%> </div> </fieldset><br style="clear: both" /> <h2>Pages</h2> <%= render :partial => 'admin/pages/index' -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
site_logic-1.8.0 | app/views/admin/sites/show.html.erb |