Sha256: eb32d7610f3ed227b247d732439e8c8e9cd2fb49dd3b51d5e901e9a370264227
Contents?: true
Size: 540 Bytes
Versions: 18
Compression:
Stored size: 540 Bytes
Contents
- title t('.title') - content_for :submenu do = render_cell 'locomotive/settings_menu', :show - content_for :actions do = locale_picker_link - content_for :buttons do = local_action_button t('locomotive.snippets.index.new'), new_snippet_path, icon: 'icon-plus' %p!= t('.help', slug: @snippet.slug) = semantic_form_for @snippet, url: snippet_path(@snippet), html: { class: 'save-with-shortcut' } do |form| = render 'form', f: form = render 'locomotive/shared/form_actions', back_url: theme_assets_path, button_label: :update
Version data entries
18 entries across 18 versions & 1 rubygems