Sha256: d1ac3d22fa0a1970c116f498bf9181cd1a72fc854470dd0e2e2dd37623fc0f75
Contents?: true
Size: 754 Bytes
Versions: 24
Compression:
Stored size: 754 Bytes
Contents
- title t('.title', type: @content_type.name.capitalize) = help @content_type.description - content_for :actions do - if @content_type.localized? = locale_picker_link | = link_to t(:back, scope: 'locomotive.content_entries.shared').html_safe, content_entries_path(current_site, @content_type.slug), class: 'btn btn-sm btn-default' = locomotive_form_for @content_entry, as: :content_entry, url: content_entry_path(current_site, @content_type.slug, @content_entry), html: { multipart: true } do |f| = hidden_field_tag :active_tab, '' = hidden_field_tag :_location, params[:_location] = f.action class: 'hide' = render 'locomotive/content_entries/form/tabs', f: f = render 'locomotive/content_entries/form/panes', f: f
Version data entries
24 entries across 24 versions & 1 rubygems