Sha256: 51d87fb1452751bc4b67fd636f7249c2da58c795320bd2a5bf7e1ed2aae6b6b3

Contents?: true

Size: 253 Bytes

Versions: 3

Compression:

Stored size: 253 Bytes

Contents

- b.dialog do
	= b.title "Dialog Title"
	- b.form 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

3 entries across 3 versions & 1 rubygems

Version Path
crystal-ext-0.0.3 lib/common_interface/app/views/theme/_dialog.html.haml
crystal-ext-0.0.2 lib/common_interface/app/views/theme/_dialog.html.haml
crystal-ext-0.0.1 lib/common_interface/app/views/theme/_dialog.html.haml