Sha256: e66f2d3868d7bd6406d9dea3e8cd3f842fb26835ca38960b17bb5b590cfabdb4
Contents?: true
Size: 401 Bytes
Versions: 29
Compression:
Stored size: 401 Bytes
Contents
- content_for :backbone_view_data do :plain translation: #{escape_json @translation.to_json.html_safe} = f.inputs name: :information do = f.input :key, wrapper_html: { class: 'highlighted' } - current_site.locales.each do |l| %li.input.string = f.label "values[#{l}]", flag_tag(l) + t("locomotive.locales.#{l}") = f.text_field "values[#{l}]", value: @translation.values[l]
Version data entries
29 entries across 29 versions & 2 rubygems