Sha256: 6a595fd8db403875b2ec9414c4bcc6cec1e243eed2f29e3b58e347b8034ab8ea

Contents?: true

Size: 344 Bytes

Versions: 3

Compression:

Stored size: 344 Bytes

Contents

- content_tag :div, object.merge_html_attributes(:class => " comments _discussion _aspect") do
	- if object.name?
		.left
			%h2= object.name
	
	- if object.controls?
		%h3.right= object.controls.to_a.join("\n")
		
		
	.clearer  
	
	- if object.content?
		.comment-list-wrapper
			%ul.comment-list._comments= object.content.to_a.join("\n")

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
crystal-ext-0.0.3 lib/common_interface/app/views/themes/simple_organization/aspects/_discussion_t.html.haml
crystal-ext-0.0.2 lib/common_interface/app/views/themes/simple_organization/aspects/_discussion_t.html.haml
crystal-ext-0.0.1 lib/common_interface/app/views/themes/simple_organization/aspects/_discussion_t.html.haml