Sha256: 4aad652fb46b5a82f5fd0aa49c24c0bf2cfc195566868422f965461df27a1992
Contents?: true
Size: 442 Bytes
Versions: 3
Compression:
Stored size: 442 Bytes
Contents
.f__fieldset = f.input :name, locale: locale <%= "\n = f.input :nav_name, locale: locale" if options.type == 'section' %> <% attributes.each do |attribute| -%> <%= " = f.input :#{attribute.name}, locale: locale\n" if attribute.locale -%> <% end -%> <% if options.seo? -%> .f__fieldset .f__legend= t 'labels.admin.legend.seo' = f.input :meta_title, locale: locale = f.input :meta_description, as: :string, locale: locale <% end -%>
Version data entries
3 entries across 3 versions & 1 rubygems