Sha256: e96ef4d9c2218141cf1e30c4839ded220d6e9b7e59fc44de5c68716878402379
Contents?: true
Size: 650 Bytes
Versions: 4
Compression:
Stored size: 650 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_models_path(model: @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
4 entries across 4 versions & 1 rubygems