Sha256: ebd5d06bc30338c3a6d72381d0106800a6459c674b72e1d07e98f7b35815ba8b
Contents?: true
Size: 567 Bytes
Versions: 5
Compression:
Stored size: 567 Bytes
Contents
<% use_page_title "View #{content_type.display_name}" %> <%= render layout: 'page_title' do %> <% unless @block.readonly? %> <%= link_to 'Edit', edit_engine_aware_path(@block), class: 'btn btn-primary btn-small right' %> <% end %> <% end %> <% content_for :sidebar, render('sidebar') %> <%= render layout: 'main_with_sidebar' do %> <% if @block.respond_to?(:deleted) && @block.deleted %> <p>This <%= @block.class.name %> has been deleted.</p> <% end %> <% if @block.class.renderable? %> <%= render_connectable(@block) %> <% end %> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems