Sha256: eec3a90dea09e291d4211384105704eec9c0c3374606033d2edc55216b23d8fd
Contents?: true
Size: 625 Bytes
Versions: 16
Compression:
Stored size: 625 Bytes
Contents
<%unless params[:render] == 'modal'%> <% content_for :breadcumb do %> <% if @crud_associacao.present? %> <li class=""><%= link_to @crud_associacao.title, @crud_associacao.root_path %></li> <% end %> <li class=""><%= link_to @crud_helper.title, @crud_helper.root_path %></li> <% end %> <% content_for :header do %> <%=@crud_helper.title%> <% end %> <% content_for :scopes do %> <%= render "/crud/scopes" %> <% end %> <% content_for :modal do %> <% if @crud_helper.search_fields.present? %> <%= render "/crud/search" %> <% end %> <% end %> <%end%> <%= render "layouts/template_raro_crud" %>
Version data entries
16 entries across 16 versions & 1 rubygems