Sha256: 6c3c5e1a54e25ce758c9eabe0dff16a48960eb6a8645496a1b6a74cc4120b65a

Contents?: true

Size: 620 Bytes

Versions: 8

Compression:

Stored size: 620 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, :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

8 entries across 8 versions & 1 rubygems

Version Path
locomotive_cms-1.0.0.beta.2 app/views/admin/current_sites/edit.html.haml
locomotive_cms-1.0.0.beta app/views/admin/current_sites/edit.html.haml
locomotive_cms-0.0.4.beta12 app/views/admin/current_sites/edit.html.haml
locomotive_cms-0.0.4.beta11 app/views/admin/current_sites/edit.html.haml
locomotive_cms-0.0.4.beta10 app/views/admin/current_sites/edit.html.haml
locomotive_cms-0.0.4.beta9 app/views/admin/current_sites/edit.html.haml
locomotive_cms-0.0.4.beta8 app/views/admin/current_sites/edit.html.haml
locomotive_cms-0.0.4.beta7 app/views/admin/current_sites/edit.html.haml