orbit-basic/app/views/admin/pages/_show.html.erb

8 lines
165 B
Plaintext
Raw Normal View History

<%= flash_messages %>
<%= parse_page_edit(@item).html_safe %>
<% content_for :page_specific_javascript do %>
2011-12-05 02:36:25 +00:00
<%= javascript_include_tag "page_edit" %>
<% end -%>