Sha256: 721fd45bd9d94dde8519295f70cd1e33b4818153569c73856532d27c619b9b66

Contents?: true

Size: 547 Bytes

Versions: 5

Compression:

Stored size: 547 Bytes

Contents

<h1><%= @contentCategory.name %></h1>
<table cellspacing="0" cellpading="0" border="0">
<% @contentParts.each do |part| %>
  <tr>
  	<td style="padding-bottom: 20px;">
  		<% if !part.image.nil? %>
  			<%= image_tag part.image.image.url %>
		<% end %>
  	</td>
	<td style="vertical-align: top; padding-left: 15px; text-align: justify;">
		<h2><%= part.title.upcase %></h2>
		<%=raw part.excerpt %>
		<div style="text-align: right;">
			<%= link_to 'Mehr...', '/' + part.permalink, {:class => 'more'} %>
		</div>
	</td>
  </tr>
<% end %>
</table>

Version data entries

5 entries across 3 versions & 1 rubygems

Version Path
spree-cms-0.2.1 app/views/cms/content_categories/show.html.erb
spree-cms-0.2.1 app/views/content_category/show.html.erb
spree-cms-0.2.0 app/views/cms/content_categories/show.html.erb
spree-cms-0.2.0 app/views/content_category/show.html.erb
spree-cms-0.1.0 app/views/content_category/show.html.erb