Sha256: c00186d5878dde25774e1fc79c90a8e06e70cf3973fbbc27fb30850476d7f74b
Contents?: true
Size: 715 Bytes
Versions: 37
Compression:
Stored size: 715 Bytes
Contents
<% content_for :corpo do %> <div id="form" > <% if @crud_helper.layout[1].present? and @crud_helper.layout[1].call() and @crud_helper.layout[0] == "escopo_lateral" and @crud_helper.scopes.present? %> <div class="row"> <div class="col-lg-3" style="padding-right:0;"> <div class="ibox float-e-margins" style="padding-top:40px"> <div class="ibox-content"> <div class="file-manager"> <%= render '/crud/scopes' %> </div> </div> </div> </div> <div class="col-lg-9" style="padding-left:0;"> <%= render '/crud/records' %> </div> </div> <% else %> <%= render '/crud/records' %> <% end %> </div> <% end %> <%= render "/crud/crud_template" %>
Version data entries
37 entries across 37 versions & 1 rubygems