Sha256: db9ccfc64ab519c714ae2930426010c6fa854ec1be9c60f7c5d0fb8e8480c503
Contents?: true
Size: 546 Bytes
Versions: 5
Compression:
Stored size: 546 Bytes
Contents
= sts.form_for(@conversion, url: conversions_path, data: { turbo: false }) do |f| = sts.card(title: 'Conversions') do |card| - card.action = f.submit "JSON -> YAML", name: "json_to_yaml" = f.submit "YAML -> JSON", name: "yaml_to_json" = f.submit "SLIM -> HTML", name: "slim_to_html" - card.tab :main, padding: true .grid.grid-cols-12.gap-4 .col-span-12 = f.editor :source, mode: "application/json" .col-span-12 = f.editor :result, mode: "text/plain", read_only: true
Version data entries
5 entries across 5 versions & 1 rubygems