Sha256: 0fa8b7ce7a0e8aa0dfb1bb84314eed977d7b93a979031a6065d4a97afecb9a6a
Contents?: true
Size: 769 Bytes
Versions: 130
Compression:
Stored size: 769 Bytes
Contents
- self.content_for(:html, :page) do / #{__FILE__} %div{'data-role' => 'header'} = @back_button.render(:html) %h1 Inputs %div{'data-role' => 'content'} %label{:for => @date_input.element_id} Date Input = @date_input.render(:html) %label{:for => @duration_input.element_id} Duration Input = @duration_input.render(:html) %label{:for => @email_input.element_id} Email Input = @email_input.render(:html) %label{:for => @multiline_input.element_id} Multiline Input = @multiline_input.render(:html) %label{:for => @simple_input.element_id} Simple Input = @simple_input.render(:html) %label{:for => @toggle_input.element_id} Toggle Input = @toggle_input.render(:html)
Version data entries
130 entries across 130 versions & 1 rubygems