Sha256: 047d5dcabaf56a1cb2740515179142bfc3e0a00bb66a4d96134bd9c6d80d3867
Contents?: true
Size: 323 Bytes
Versions: 8
Compression:
Stored size: 323 Bytes
Contents
= b.title "Dialog Title" - b.form_tag action: url_for(:dialog, format: :js) do |f| = f.hidden_field_tag :theme, params.theme = f.text_field_tag :name, "Some Name", label: "Name" = f.text_area_tag :body, "Some text" = f.check_box_tag :valid, true, label: 'Valid' = f.line ok_button('Ok'), cancel_button('Cancel')
Version data entries
8 entries across 8 versions & 1 rubygems