Sha256: 2aae91151c534aa7c9e6777acd94364b957843aeabd9544252006868cd99faa2

Contents?: true

Size: 684 Bytes

Versions: 16

Compression:

Stored size: 684 Bytes

Contents

<div class="photo"> 
	<script type="text/javascript" charset="utf-8">
		$("a.settings").fancybox({
			'showCloseButton' : false,
			'transitionIn'	:	'elastic',
			'transitionOut'	:	'elastic',
			'speedIn'		:	400, 
			'speedOut'		:	200,
			'hideOnContentClick': false,
			'overlayOpacity' : 0.6,
			'overlayColor' : '#000',
			'opacity' : 'true'
		});
	</script>
	<%= image_tag photo.file.url(:thumb), :height => '50' %>
	<p>
		<%= photo.title %> <br />
		<% unless photo.date_shot.blank? %>
			(<%= photo.date_shot %>)
		<% end -%>
		<%= link_to "Edit Photo", edit_photo_path(photo, :format => :html, :edit => 'photo'), :class => "settings", :title => "Photo Settings" %>
	</p>
</div>

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
dust-generators-0.2.3 lib/generators/dust/albums/templates/app/views/photos/_photo.html.erb
dust-generators-0.2.2 lib/generators/dust/albums/templates/app/views/photos/_photo.html.erb
dust-generators-0.2.1 lib/generators/dust/albums/templates/app/views/photos/_photo.html.erb
dust-generators-0.2.0 lib/generators/dust/albums/templates/app/views/photos/_photo.html.erb
dust-generators-0.1.9 lib/generators/dust/albums/templates/app/views/photos/_photo.html.erb
dust-generators-0.1.8 lib/generators/dust/albums/templates/app/views/photos/_photo.html.erb
dust-generators-0.1.7 lib/generators/dust/albums/templates/app/views/photos/_photo.html.erb
dust-generators-0.1.6 lib/generators/dust/albums/templates/app/views/photos/_photo.html.erb
dust-generators-0.1.5 lib/generators/dust/albums/templates/app/views/photos/_photo.html.erb
dust-generators-0.1.4 lib/generators/dust/albums/templates/app/views/photos/_photo.html.erb
dust-generators-0.1.3 lib/generators/dust/albums/templates/app/views/photos/_photo.html.erb
dust-generators-0.1.2 lib/generators/dust/albums/templates/app/views/photos/_photo.html.erb
dust-generators-0.1.1 lib/generators/dust/albums/templates/app/views/photos/_photo.html.erb
dust-generators-0.1.0 lib/generators/dust/albums/templates/app/views/photos/_photo.html.erb
dust-generators-0.0.3 lib/generators/dust/albums/templates/app/views/photos/_photo.html.erb
dust_albums-0.0.2 app/views/photos/_photo.html.erb