Sha256: dc9557776a6c19297cf655c0f4d47a0cece3178b6f49313da3182e1d3d729f38
Contents?: true
Size: 390 Bytes
Versions: 468
Compression:
Stored size: 390 Bytes
Contents
<div class="content_wrapper" id='block_<%= block.id %>'> <div class="content_body"> <% if controller_view_content && controller_view_content.strip.length > 0 %> <%= raw controller_view_content %> <% elsif block.children.count > 0 %> <% block.children.each do |b| %><%= raw block.render(b, local_assigns) %><% end %> <% end %> </div> </div>
Version data entries
468 entries across 468 versions & 1 rubygems