Sha256: 24e63556380ab913f289cc21752f58c5b32cdafae7addf6b073f4870e5661129

Contents?: true

Size: 412 Bytes

Versions: 3

Compression:

Stored size: 412 Bytes

Contents

- content_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

3 entries across 3 versions & 1 rubygems

Version Path
crystal-ext-0.0.3 lib/common_interface/app/views/themes/default/items/_thumb_t.html.haml
crystal-ext-0.0.2 lib/common_interface/app/views/themes/default/items/_thumb_t.html.haml
crystal-ext-0.0.1 lib/common_interface/app/views/themes/default/items/_thumb_t.html.haml