Sha256: 337fa3620e91cc4119ad15ec94ef673a0a5f2130b22700d1cfb308a8fa3c0b51
Contents?: true
Size: 696 Bytes
Versions: 12
Compression:
Stored size: 696 Bytes
Contents
<div class="page_row"> <span class="row_meta"><%=prefix if defined? prefix%><%=link_to page.name,edit_spud_admin_page_path(:id => page.id)%></span> <span class="edit_controls"><%=link_to "Preview",spud_admin_page_path(:id => page.id), :title => "Preview",:class => 'button'%> <%=link_to "Remove",spud_admin_page_path(:id => page.id),:method => :delete,:class => 'button',:confirm => "Are you sure you want to remove this page?"%></span> <br style="clear:both;"/> </div> <%if !page.spud_pages.all.blank?%> <div class="left_guide"> <%page.spud_pages.each do |spud_page|%> <%=render :partial => 'page_row',:locals => {:page => spud_page}%> <%end%> </div> <%end%>
Version data entries
12 entries across 12 versions & 1 rubygems