Sha256: 54baff586185e038c674d1d6d1fafa767bca4de9bb3a6007deae3651918370f9
Contents?: true
Size: 537 Bytes
Versions: 3
Compression:
Stored size: 537 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. --> <% 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 %>
Version data entries
3 entries across 3 versions & 1 rubygems