Sha256: 23224eed4ad452bbcefbbd860f0c56508e94d21064f4ad26e44efe5a548f7d9a

Contents?: true

Size: 328 Bytes

Versions: 5

Compression:

Stored size: 328 Bytes

Contents

<h1>Error Log</h1>

<a href="/admin/block-types/<%= @block_type.id %>/render-function" class="caboose-btn">Back</a>

<% if !@block_type.latest_error.blank? %>
<div class="error" style="font-size:13px;line-height:18px;font-family:monospace;margin-top:10px;">
	<%== @block_type.latest_error.gsub("\n","<br />") %>
</div>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
caboose-cms-0.9.180 app/views/caboose/block_types/admin_error_log.html.erb
caboose-cms-0.9.179 app/views/caboose/block_types/admin_error_log.html.erb
caboose-cms-0.9.178 app/views/caboose/block_types/admin_error_log.html.erb
caboose-cms-0.9.177 app/views/caboose/block_types/admin_error_log.html.erb
caboose-cms-0.9.176 app/views/caboose/block_types/admin_error_log.html.erb