Guest User

Untitled

a guest
May 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <% @page.sections.each do |s| %>
  2. <div id="section>
  3. <% if s.type == "Note" %>
  4. <%= render :partial => "sections/note", :locals => { :section => s } %>
  5. <% end %>
  6. </div>
  7. <% end %>
Add Comment
Please, Sign In to add comment