Sha256: b72738d1070e871aa5f6c6e901eebe808a35aee9d7f7ef5423959d4a612a96b7

Contents?: true

Size: 402 Bytes

Versions: 3

Compression:

Stored size: 402 Bytes

Contents

- content_tag :div, object.merge_html_attributes(:class => " _note") do
	- if object.name?
		%h1= object.name

	.text._markup.so_markup= object.text
	._clear
	
	%br
	- if object.tags?
		.post-date.item_tags= object.tags.join(' ')		
	- if object.details?
		.post-date.item_details= object.details.to_a.join(', ')			
	- if object.controls?
		.post-date.item_controls= object.controls.join(' ') 

	._clear

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/items/_note_t.html.haml
crystal-ext-0.0.2 lib/common_interface/app/views/themes/simple_organization/items/_note_t.html.haml
crystal-ext-0.0.1 lib/common_interface/app/views/themes/simple_organization/items/_note_t.html.haml