Sha256: f50b6063afd28226c8924d486704963cbb9205f0609a7e8634bff96c4137cdd6

Contents?: true

Size: 417 Bytes

Versions: 3

Compression:

Stored size: 417 Bytes

Contents

- content_tag :div, object.merge_html_attributes(:class => " post") do

	/ - if object.icon?
	/ 	.archive-post-date
	/ 		%a{:href => object.url}
	/ 			%img{:src => object.icon, :width => '45px', :height => '45px'}

	- if object.name?
		.archive-post-title
			%h3
				%a{:href => object.url}= object.name
				
	- if object.text?
		%p= object.text
				
	- if object.details?
		.post-date= object.details.to_a.join(', ')

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