Sha256: 1c2715edf77aafc8a7c2957085f484e62922ac82235a1e03946d8267339fc35d

Contents?: true

Size: 271 Bytes

Versions: 2

Compression:

Stored size: 271 Bytes

Contents

= form_tag do
  .my-container
    = label_tag 'first_text_field', 'First Text field'
    = text_field_tag 'first_text_field', 'First value'

  .my-container
    = label_tag 'second_text_field', 'Second Text field'
    = text_field_tag 'second_text_field', 'Second value'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spreewald-4.6.3 tests/shared/app/views/forms/form_with_two_inputs_in_separate_css_blocks_with_the_same_selector.html.haml
spreewald-4.6.2 tests/shared/app/views/forms/form_with_two_inputs_in_separate_css_blocks_with_the_same_selector.html.haml