instiki/app/views/wiki/published.rhtml
2005-01-15 20:26:54 +00:00

11 lines
254 B
Plaintext
Executable file

<%
@title = @page.plain_name
@hide_navigation = false
@style_additions = ".newWikiWord { background-color: white; font-style: italic; }"
@inline_style = true
%><%= render 'top' %>
<%= @page.display_published %>
<%= render 'bottom' %>