Sha256: a08a7113e3404b3f9b72bdcc9c399937698c35d51c1aa9e7b14ff01fc8f0aaba

Contents?: true

Size: 589 Bytes

Versions: 8

Compression:

Stored size: 589 Bytes

Contents

- 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 :actions do
  = locale_picker_link

- content_for :buttons do
  - if can?(:create, Locomotive::Account)
    = local_action_button t('.new_membership'), new_membership_url, icon: 'icon-plus'

%p!= t('.help')

= semantic_form_for @site, url: current_site_url do |form|

  = render 'form', f: form

  = render 'locomotive/shared/form_actions', button_label: :update

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
locomotive_cms-2.2.2 app/views/locomotive/current_site/edit.html.haml
locomotive_cms-2.2.1 app/views/locomotive/current_site/edit.html.haml
locomotive_cms-2.2.0 app/views/locomotive/current_site/edit.html.haml
locomotive_cms-2.1.4 app/views/locomotive/current_site/edit.html.haml
locomotive_cms-2.1.3 app/views/locomotive/current_site/edit.html.haml
locomotive_cms-2.1.2 app/views/locomotive/current_site/edit.html.haml
locomotive_cms-2.1.1 app/views/locomotive/current_site/edit.html.haml
locomotive_cms-2.1.0 app/views/locomotive/current_site/edit.html.haml