Sha256: 85261e17370cc63340e19b415489794d4cf4d193f75ee6103b78d70d115c28c2

Contents?: true

Size: 642 Bytes

Versions: 6

Compression:

Stored size: 642 Bytes

Contents

- title link_to(@site.name.blank? ? @site.name_was : @site.name, '#', :rel => 'current_site_name', :title => t('.ask_for_name'), :class => 'editable')

- content_for :submenu do
  = render 'admin/shared/menu/settings'

- content_for :buttons do
  = admin_button_tag :import, new_admin_import_url, :class => 'new'
  = admin_button_tag t('.new_membership'), new_admin_membership_url, :class => 'new'

%p!= t('.help')

= semantic_form_for @site, :as => :current_site, :url => admin_current_site_url, :html => { :class => 'save-with-shortcut' } do |f|

  = render 'form', :f => f

  = render 'admin/shared/form_actions', :button_label => :update

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
locomotive_cms-0.0.4.beta5 app/views/admin/current_sites/edit.html.haml
locomotive_cms-0.0.4.beta4 app/views/admin/current_sites/edit.html.haml
locomotive_cms-0.0.4.beta3 app/views/admin/current_sites/edit.html.haml
locomotive_cms-0.0.4.beta2 app/views/admin/current_sites/edit.html.haml
locomotive_cms-0.0.4.beta1 app/views/admin/current_sites/edit.html.haml
locomotive_cms-0.0.4 app/views/admin/current_sites/edit.html.haml