Sha256: c1badf94eb737155217bc7ecca794dab7cbe6eb86847ea9ee69d1bedd18821b5

Contents?: true

Size: 416 Bytes

Versions: 2

Compression:

Stored size: 416 Bytes

Contents

<%- for attribute in attributes -%>
  <%- case attribute.type
    when :attachment -%>
<p><b>Attachment:</b> <%%= link_to @content_block.attachment_file_path, @content_block.attachment_link %></p>
    <%- when :category -%>
<p><b>Category:</b> <%%= @content_block.category_name %></p>
    <%- else -%>
<p><b><%= attribute.name.titleize %>:</b> <%%= @content_block.<%= attribute.name %> %></p>
  <%- end -%>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nate-browsercms-3.0.210 rails_generators/content_block/templates/render.html.erb
nate-browsercms-3.0.211 rails_generators/content_block/templates/render.html.erb