Sha256: 5c92893eec2d655b031ef548e7c6883c08f11b7b52c27b7eb1b4d920f11f4ea5
Contents?: true
Size: 628 Bytes
Versions: 4
Compression:
Stored size: 628 Bytes
Contents
<!-- @File Name : _main_body.html.erb @Company Name : Mindfire Solutions Private Limited @Creator Name : Vikram Kumar Mishra @Date Created : 2012-06-14 @Date Modified : @Last Modification Details : @Purpose : To display the main body content of pages. --> <div class="page-<%= side %>-body" id="<%= layout %>-<%= side %>-body"> <% if p.nil? %> <p style="color:red;font-weight:bold;">Please Create the body of the Page, You have not created it yet.</p> <% else %> <%= p.body.html_safe %> <% end %> </div>
Version data entries
4 entries across 4 versions & 1 rubygems