Sha256: c4c5c6d2e66216aca9bbfaa6f598577e846a11bd8b4bf30c42556f13baef6e63

Contents?: true

Size: 573 Bytes

Versions: 16

Compression:

Stored size: 573 Bytes

Contents

.language-wrap{ :id => "#{file.original_locale}_for_file_edit_form", :class => "active"}
  - tab.editable_fields.each do |field|
    = render_component "lolita/configuration/field", :display, :field => field 
- nested_form = tab.build_translations_nested_form(file)
- main_form = self.current_form
= self.current_form.fields_for nested_form.name, file.send(nested_form.build_method) do |n_form|
  - self.current_form = n_form
  .language-wrap{ :id => "#{n_form.object.locale}_for_file_edit_form"}
    = render_component nested_form, :fields 
- self.current_form = main_form

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
lolita-file-upload-1.0.5 app/views/components/lolita/configuration/tab/files/_translatable_fields.html.haml
lolita-file-upload-1.0.4 app/views/components/lolita/configuration/tab/files/_translatable_fields.html.haml
lolita-file-upload-1.0.3 app/views/components/lolita/configuration/tab/files/_translatable_fields.html.haml
lolita-file-upload-1.0.2 app/views/components/lolita/configuration/tab/files/_translatable_fields.html.haml
lolita-file-upload-1.0.1 app/views/components/lolita/configuration/tab/files/_translatable_fields.html.haml
lolita-file-upload-1.0.0 app/views/components/lolita/configuration/tab/files/_translatable_fields.html.haml
lolita-file-upload-0.8.3 app/views/components/lolita/configuration/tab/files/_translatable_fields.html.haml
lolita-file-upload-0.8.2 app/views/components/lolita/configuration/tab/files/_translatable_fields.html.haml
lolita-file-upload-0.8.1 app/views/components/lolita/configuration/tab/files/_translatable_fields.html.haml
lolita-file-upload-0.8.0 app/views/components/lolita/configuration/tab/files/_translatable_fields.html.haml
lolita-file-upload-0.7.3 app/views/components/lolita/configuration/tab/files/_translatable_fields.html.haml
lolita-file-upload-0.7.2 app/views/components/lolita/configuration/tab/files/_translatable_fields.html.haml
lolita-file-upload-0.7.1 app/views/components/lolita/configuration/tab/files/_translatable_fields.html.haml
lolita-file-upload-0.6.2 app/views/components/lolita/configuration/tab/files/_translatable_fields.html.haml
lolita-file-upload-0.6.1 app/views/components/lolita/configuration/tab/files/_translatable_fields.html.haml
lolita-file-upload-0.6.0 app/views/components/lolita/configuration/tab/files/_translatable_fields.html.haml