engine/app/views/locomotive/current_site/edit.html.haml

20 lines
762 B
Plaintext
Raw Normal View History

- title link_to(@site.name.blank? ? @site.name_was : @site.name, '#', :rel => 'site_name', :title => t('.ask_for_name'), :class => 'editable')
- content_for :submenu do
= render_cell 'locomotive/settings_menu', :show
- content_for :buttons do
- if can?(:manage, @site)
= local_action_button :export, new_export_url, :class => 'new'
= local_action_button :import, new_import_url, :class => 'new'
- if can?(:create, Locomotive::Account)
= local_action_button t('.new_membership'), new_membership_url, :class => 'new'
2010-07-21 23:56:42 +00:00
%p!= t('.help')
= semantic_form_for @site, :url => current_site_url, :html => { :class => 'save-with-shortcut' } do |form|
= render 'form', :f => form
2010-07-21 23:56:42 +00:00
= render 'locomotive/shared/form_actions', :button_label => :update