Sha256: 38f07df737e1d773ffe7a457d836da1e413332a7f267cd863f39b06055f6d550
Contents?: true
Size: 527 Bytes
Versions: 83
Compression:
Stored size: 527 Bytes
Contents
<%%unless params[:render] == 'modal'%> <%% content_for :breadcumb do %> <li class=""><%%= link_to "<%=@model.name.pluralize.humanize%>", "/crud/<%=@model.name.underscore%>" %></li> <%% end %> <%% content_for :header do %> <%=@action.humanize%> <%% end %> <%% content_for :scopes do %> <%% end %> <%% content_for :actions do %> <%% end %> <%% content_for :modal do %> <%% end %> <%%end%> <%%= render "layouts/template" %>
Version data entries
83 entries across 83 versions & 2 rubygems