Sha256: dd83d7c02e975a30ab9f84d095c5868bdb2bcfafafc494fc72678a52d66f111d
Contents?: true
Size: 490 Bytes
Versions: 16
Compression:
Stored size: 490 Bytes
Contents
<%unless params[:render] == 'modal'%> <% content_for :breadcumb do %> <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