Sha256: 467783ee705d26e06a90a918171bc96eaa8ad3e73e25c09eca1e71f477696c62

Contents?: true

Size: 497 Bytes

Versions: 8

Compression:

Stored size: 497 Bytes

Contents

- title t('.title', key: @translation.key )

- content_for :submenu do
  = render_cell 'locomotive/settings_menu', :show

- content_for :buttons do
  = local_action_button t('locomotive.translations.index.new'), new_translation_url, icon: 'icon-plus'

%p!= t('.help', key: @translation.key)

= semantic_form_for @translation, html: { class: 'save-with-shortcut' } do |form|

  = render 'form', f: form

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

Version data entries

8 entries across 8 versions & 1 rubygems

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