Sha256: 6a6ad5532351922721ddcb3dcf958d54cc90041ae3dbe6a8fcfff0d947a6e6f3

Contents?: true

Size: 404 Bytes

Versions: 2

Compression:

Stored size: 404 Bytes

Contents

- tag :div, object.merge_html_attributes(:class => " dselectable_item dthumb_item") do
	.dhover_controls_container
		.dhover_controls= object.controls.join(' ') if object.controls?
		
		%a._image_box{:href => object.url}
			%img{:src => object.thumb}				
			
		%a{:href => object.url}
			- if object.url? or object.name?
				.dtitle= object.name if object.name?			
			- else
				.dtitle= "(#{t(:empty)})"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
common_interface-0.1.2 lib/views/themes/default/items/thumb.html.haml
common_interface-0.1.1 lib/views/themes/default/items/thumb.html.haml