% if @current_user.super_admin? %> <% sections = page.sections %> <% else %> <% sections = page.sections.published %> <% end %> <% sections.order("priority ASC, created_at DESC").each do |section| %>
Go to <%= page.feature.display_name %> section to edit the contents on this page.
<% else %> <%= theme_button('Add a Section', 'plus', dhatu.new_section_path(page_id: page), classes: "btn btn-success btn-xs ml-30 mb-5", btn_type: "info") if @current_user.super_admin? %> <% end %>