Sha256: f50f41834d0ffe95520996cb27c16f89dc5defe4d33bb6d58690d3f106c90a92

Contents?: true

Size: 257 Bytes

Versions: 2

Compression:

Stored size: 257 Bytes

Contents

- b.dialog do
	= b.title "Dialog Title"
	- b.form_tag 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.line_with_delimiters ok_button, cancel_button

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
common_interface-0.1.2 lib/views/CommonInterface/Demo/Basic/_dialog.html.haml
common_interface-0.1.1 lib/views/CommonInterface/Demo/Basic/_dialog.html.haml