Sha256: 79b141ca348aaa4e553ba5e039b46c2ae970033ff5269661a0e0d4f574fcd703

Contents?: true

Size: 409 Bytes

Versions: 2

Compression:

Stored size: 409 Bytes

Contents

- 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

2 entries across 2 versions & 1 rubygems

Version Path
common_interface-0.1.2 lib/views/themes/simple_organization/items/line.html.haml
common_interface-0.1.1 lib/views/themes/simple_organization/items/line.html.haml