Sha256: 742728667a6724e7b5fa41bebb121a132c98187d3272ea597ee36e1b9ae6e44f

Contents?: true

Size: 531 Bytes

Versions: 3

Compression:

Stored size: 531 Bytes

Contents

<table class="index" border="0" cellspacing="5" cellpadding="5">
	<tr>
		<th>Name</th>
		<th>Alt Description</th>
		<th>Upload Date</th>
		<th>URL</th>
	</tr>
	<tbody>
		<% @content_images.each do |image|%>
			<tr>
				<td><%= link_to_function image.name, "window.opener.CKEDITOR.tools.callFunction(#{params["CKEditorFuncNum"]}, \"#{image.image.url}\"); window.close();" %></td>
				<td><%= image.alt %></td>
				<td><%=l image.created_at.to_date %></td>
				<td><%= image.image.url %></td>
			</tr>
		</tbody>
	<% end %>
</table>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree-cms-0.2.1 app/views/admin/content_images/file_browser.html.erb
spree-cms-0.2.0 app/views/admin/content_images/file_browser.html.erb
spree-cms-0.1.0 app/views/admin/content_images/file_browser.html.erb